Fast-Android-Networking icon indicating copy to clipboard operation
Fast-Android-Networking copied to clipboard

Track progress of POST request

Open sontqq opened this issue 6 years ago • 1 comments

Is there a way to get the progress of uploading large data with a POST request? If so, how to achieve it?

sontqq avatar Mar 25 '20 09:03 sontqq

From the README

.build()
                .setUploadProgressListener { bytesUploaded, totalBytes ->
                    // do anything with progress
                }

nielsole avatar May 08 '20 10:05 nielsole