Hi all,

I want to do something like the hotmail and yahoo mail file attachment
(browsing the file, then sending it to the server, repeating those steps and
then hitting OK), and I wanted some suggestions.

1) How do I store the files that the client sends? I was thinking of storing
them as temporary files in the hard disk, that leads us to my next
question...

2) How do I store the names of the files I've just created for that
particular user for future processing? Can this be done passing an array or
Vector through the session?? How is this done?

or

Should I create a temporal session-scoped bean to store the names and other
information, and then destroy it after the process is finished??

Thanks a lot in advance!!!

Luis Javier

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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