Best way to send larger file from Android app to server

I am working on an application that sends a larger file, say 100MB video, audio, files, I am already using volley library for json post, I could not send larger data with volley, volleyball does not support multipage request anymore. I've tried modified, picasso, okhttp, etc. For multidisciplinary support and large data transfers, but cost nothing to implement. Someone please tell me an efficient way to send larger data in android? Are there efficient networking libraries to accomplish this task? thanks in advance

+3


source to share





All Articles