Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 404 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 404 Bytes

Multipart-File-Upload

Upload large file using multipart in retrofit in android.

This Example Show's:-

  1. How to upload file to the server from android using multipart in retrofit.
  2. How to upload file and send other FORM Data in retrofit.
  3. How to upload file and show uploading progress in percentage in multipart in retrofit.
  4. How to upload large file without memory out of bound exception.