fixed #480: Don't report progress after upload complete

This commit is contained in:
Jaex 2015-01-21 21:01:35 +02:00
parent df3d0811b8
commit 7158c3d55d

View file

@ -192,6 +192,7 @@ public UploadResult UploadFile(Stream stream, string path, string fileName, bool
{ {
if (createShareableURL) if (createShareableURL)
{ {
AllowReportProgress = false;
result.URL = CreateShareableLink(content.Path, urlType); result.URL = CreateShareableLink(content.Path, urlType);
} }
else else