Hii We have a worker to upload all our media using...
# squarelibraries
s
Hii We have a worker to upload all our media using retrofit multipart- But our uploads can be of large sizes, it will throws OOM exception. Since multi-part loads the entire file in memory and tries to upload as a one-shot operation We target low-powered and low-end devices and i think what we really want is to upload in chunks. Would anyone be kind enough to point me in the right direction? Thanks