Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Uploading files from java client to servlet

Status
Not open for further replies.

Colombian

Programmer
May 14, 2002
7
GB
Hello all,

My requirement is to upload files from a java client to a servlet and vice versa.

At present I have successfully implemented the server side using Jason Hunters MultiPartRequest classes and tested this with an html based form. The problems start when trying to upload the files from java code itself, with examples on the net seemingly non-existent.

It is surprising to me that it should be so difficult finding information on this as Java is supposedly an Internet ready langauge.

Any help would be greatly appreciated.

Thanks,

Colombian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top