----- Original Message -----
From: Phil
Sent: 11 January 2000 21:36
Subject: FTP methods

I've never programmed FTP methods and would please appreciate some direction.
 
Our JSP needs to upload files from a client machine, probably through a servlet.
 
Any advise on, or recommended tutorials on, how to upload files from a client machine using Java Sevlets (or JSP)?
 
Thank you in advance for your thoughts.
 
Phil 
 
You want to look at uploading using "multipart/form-data". There is an RFC on this (1834?). Use a JSP script to display your form and uploaded files, and submit to a servlet to do the upload. There is almost certainly some example code available. I have done this, but can't send you complete source code for contractual reasons. If you need some more concrete hints, feel free to e-mail me.
 
John Wheeler.

Reply via email to