Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 622 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 622 Bytes

Android-Image-Upload

Multipart Request Using Android Volley

alt text

Http Multipart requests are used to send heavy data data or files like audio and video to the server. Android Volley gives you a very faster and optimized environment to send heavy data or files to the server. Here I post a image file selected from the gallery.

This sample is using Volley Plus Library for Multipart Request. Read full tutorial here