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
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