Open Sleepingbug opened 6 years ago
This should be fixed. Often while uploading large files we need to show a progress to user otherwise they will more often than not close the app.
For now I've been using a wrapper around InputStream to get callbacks for read method. Returning with the number of bytes read.
I can't get progress while uploading or downloading data。Is there any samples ? thanks