Lance, You will need a servlet to handle the file upload. Look on the archives for 'file upload'. There are free packages available to handle the work for you.
Regards, Richard At 03:59 PM 4/15/2002 -0500, you wrote: >I do not think I was very clear in my question. After I open a file using >the dialog box I need to attach that document to an email. > >If anyone has an example of this it would be appreciated. > >Thanks in advance >Lance > >-----Original Message----- >From: A mailing list for discussion about Sun Microsystem's Java Servlet >API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of David >Hyne >Sent: Monday, April 15, 2002 1:19 PM >To: [EMAIL PROTECTED] >Subject: Re: Windows file I/O > > >HTML form with input type=file should serve your IO operations. > >But if you mean to say to open an window application that handles IO >operations, then System.load() will do for you. > >-----Original Message----- >From: Lance Prais [mailto:[EMAIL PROTECTED]] >Sent: Monday, April 15, 2002 8:15 AM >To: [EMAIL PROTECTED] >Subject: Windows file I/O > > >I am new to using JSP. Does anyone know how to open a windows I/O dialog >box with JSP or where this is an example o the web? > >Thank you in advance >Lance > >___________________________________________________________________________ >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 > >___________________________________________________________________________ >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 > >___________________________________________________________________________ >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 ___________________________________________________________________________ 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
