CrossGeeks / FileUploaderPlugin

Simple cross platform plugin to upload files.
MIT License
68 stars 27 forks source link

FileUploadProgress doesn't return tag #7

Closed neurospeech closed 6 years ago

neurospeech commented 6 years ago

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 for tag.

rdelrosario commented 6 years ago

Try this version just published it with that change:

https://www.nuget.org/packages/Plugin.FileUploader/1.3.6-beta

johnfurog commented 6 years ago

Getting this error upon trying 1.3.6-beta

System.MissingMethodException: Method 'Plugin.FileUploader.Abstractions.FileUploadProgress.get_Tag' not found.

rdelrosario commented 6 years ago

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.

johnfurog commented 6 years ago

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.

rdelrosario commented 6 years ago

On Android or iOS?

johnfurog commented 6 years ago

on android ..

johnfurog commented 6 years ago

here is the code snippet image

rdelrosario commented 6 years ago

Where are you subscribing to the FileUploadCompleted event?

rdelrosario commented 6 years ago

Will close this issue now, latest version return tag in FileUploadProgress. If you have any other issue please open a new one.