Fast-Android-Networking
Fast-Android-Networking copied to clipboard
Track progress of POST request
Is there a way to get the progress of uploading large data with a POST request? If so, how to achieve it?
From the README
.build()
.setUploadProgressListener { bytesUploaded, totalBytes ->
// do anything with progress
}