Fix Blazor Uploads code sample (#20616)

pull/20617/head
Luke Latham 2020-11-16 16:06:12 -06:00 committed by GitHub
parent 87d7bf6a03
commit 1818042690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@
using var stream = person.Picture.OpenReadStream();
var buffer = new byte[4 * 1096];
private int bytesRead;
private double totalRead = 0;
int bytesRead;
double totalRead = 0;
displayProgress = true;