SAVE IMAGE ON A REMOTE SERVER WITH JAVA NETBEANS?

0

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

    
asked by JoelRomero 28.09.2018 в 14:47
source

0 answers