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?
Asked
Active
Viewed 388 times
0

Pooja N Babu
- 347
- 3
- 5
- 15
-
1just make a POST HTTP request. e.g http://stackoverflow.com/questions/1067655/how-to-upload-a-file-using-java-httpclient-library-working-with-php-strange-pr – scibuff Apr 16 '12 at 16:37