1
I implemented the step to download the images on Android. It’s working wonderfully well. But now I need to do a method to upload an image to a php server. I thought of converting to Base64 and uploading using the Volley library, and then doing the reverse process in php. Would that be the good alternative or recommend me some lib? If yes, which?
http://answall.com/questions/134974/upload-de-arquivos-para-o-rest-web-service-via-android?rq=1
– Reginaldo Rigo