We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't get progress while uploading or downloading data。Is there any samples ? thanks
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I can't get progress while uploading or downloading data。Is there any samples ? thanks
The text was updated successfully, but these errors were encountered: