You could try using Jakarta's FileUpload library:
http://jakarta.apache.org/commons/fileupload/
> Does anyone have an example of creating a simple java applet that uses
> a form field and button to do a html form submission upload? I want to
> replicate the submission of an html form with a file field? Thanks
Barkster - 31 May 2006 04:14 GMT
Thanks I'll look into that one
> You could try using Jakarta's FileUpload library:
> http://jakarta.apache.org/commons/fileupload/
>
> > Does anyone have an example of creating a simple java applet that uses
> > a form field and button to do a html form submission upload? I want to
> > replicate the submission of an html form with a file field? Thanks