Closed neurospeech closed 6 years ago
Try this version just published it with that change:
https://www.nuget.org/packages/Plugin.FileUploader/1.3.6-beta
Getting this error upon trying 1.3.6-beta
System.MissingMethodException: Method 'Plugin.FileUploader.Abstractions.FileUploadProgress.get_Tag' not found.
Weird, are you sure you updated the NuGet on all your projects of the solution? Seems is referencing the old abstractions dll. Try cleaning the project and rebuilding.
cleaning and rebuilding solve it :D , but does it support uploading of multiple photos asynchronosly ? I've tried .. but even though the photos has been uploaded it is not firing the FileUploadCompleted.
On Android or iOS?
on android ..
here is the code snippet
Where are you subscribing to the FileUploadCompleted event?
Will close this issue now, latest version return tag in FileUploadProgress. If you have any other issue please open a new one.
There is no way to identify progress of which file is being uploaded when multiple files are uploaded. Just like
FileUploadResponse
,FileUploadProgress
should have field fortag
.