Hong Chen wrote:

> Hi,
>
> I'm trying to use servlet to get the uploaded file from client to the
> server through HTML form. But, I only got the file name on the client
> by using request.getParameter(String name). Can anyone point out how
> to get the content of the uploaded file using Servlet?
>
> Thanks in advance!
>
> -Hong
> [...]

form:  http://archives.java.sun.com/archives/servlet-interest.html ,
you can search with "upload", then, for example:

http://archives.java.sun.com/cgi-bin/wa?A2=ind9809&L=servlet-interest&P=R11930
http://archives.java.sun.com/cgi-bin/wa?A2=ind9809&L=servlet-interest&P=R12415

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to