Check out the HTML form input type "FILE"

This allows a user to upload a file.  I believe the whole file is just
tacked onto
the query string.  Your servlet can the yank it out of the request object
and
do with it as it pleases.

-Pat Kay

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Rehman Amad
Sent: Monday, June 12, 2000 9:58 PM
To: [EMAIL PROTECTED]
Subject: File uploading


Hi All!

Can anyone help me finding out the possible methods of uploading a file from
Cilent side to the Server.
Provided we are having Java at the Server side.

AMAD

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to