Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have signed my applet.I also have images in a file array.I just cannot figure out that how can I send these images to the server.any suggestion will be greatly appreciated.

share|improve this question

1 Answer

Please use HttpURLConnection class of java.net package to make communication from the server side scripting language

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.