Re: File Upload

Andy Engle <[email protected]>
Newsgroups gmane.comp.java.sun.servlet
Message-ID <[email protected]>
You wrote:

> Are there any ways I can select multiple files once in jsp for file
> upload?
>
> The regular way can only pick up one.
> <INPUT type="file" name="file" size="30">

Perhaps you could use multiple <input... file> tags, giving each of
them a different name.  Then, write your JSP or Servlet to handle each
uploaded file based upon the different names you assigned in the input
tags.


Andy

___________________________________________________________________________
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.