Fast-Android-Networking
Fast-Android-Networking copied to clipboard
Possibility for uploading file as binary data instead of multipart
I need to ask a question but I can't find the right place.
My question whether I can upload a file as binary data/stream instead of multipart format using this library and show the progress for uploading process?
Then I need to upload files and show it as list items, so I need to show progress on each item in the list view. How to achieve this?
did you found any solutions?