Good morning dear programmers. What I need is to save any size image on the server. I have a file.php on the server that saves the image (which works), what I want to know is how to send an image to receive that file.php by means of some http request. The image I already have in byte []:
String mapa= Base64.encode(imageInByte,0);//esto es netbeans
I want to send map to file.php