Why or when should someone use Multipart/form-data?
the thing is I use to upload images to server with httpost base64 (random example) but I noticed while reading through volley I Can upload file with multipart/form-data ..
So when should I use consider to upload my images to server ? multipart or httpost base64