I've implemented pisasso to download the images on Android. It's working wonderfully well. But now I need to make a method to upload an image to a php server. I thought of converting to base64 and uploading it using the Volley library, and then doing the reverse process in php. Would that be the good alternative or recommend me some lib? If so, which one?