0

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?

1

1 Answer 1

1

You'll need to send an HTTP POST request with the image data included as the body.

As for a java solution, here's a similar post:

How to upload binary data using POST

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.