I have a java program at the client side from which I need to send an image to upload to the server running the php script.
Can anyone please suggest ways of doing this?
-
1just make a POST HTTP request. e.g stackoverflow.com/questions/1067655/…scibuff– scibuff2012-04-16 16:37:06 +00:00Commented Apr 16, 2012 at 16:37
Add a comment
|