I'm trying to pass an image from Android application to php server. I searched about that, I have two ways:
- Sending by Multipart
- Encode to Base64
I'm using Volley, I know about both but I don't know which is better for implementation. Can you tell me which is standard and better?