Hello All,
I've got an
applet that talks to a webserver using an HttpURLConnection
I need to send a binary file to the server (an exe)
I've succeded in sending a text file as POST data but I believe sending a binary file is a bit more complex
Can anyone point me to some info or an example?
Thanx
Dave