RE: jsp client to server text file uploads

2002-07-16 Thread Koes, Derrick
http://www.servlets.com/cos/index.html -Original Message- From: Dr. Edward R. Jones [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 11:20 AM To: [EMAIL PROTECTED] Subject: jsp client to server text file uploads Hi, The jsp code FileInputStream fiStream = new

Re: jsp client to server text file uploads

2002-07-16 Thread Eddie Bush
http://jakarta.apache.org/struts Dr. Edward R. Jones wrote: Hi, The jsp code FileInputStream fiStream = new FileInputStream(path); causes the jsp server (tomcat 4.0.2) to look for the file on the server rather than on the client machine. Does anyone have a suggestion or example of how to

RE: jsp client to server text file uploads

2002-07-16 Thread Durham David Cntr 805CSS/SCBE
Here's another way, not open source but still free. www.jspsmart.com -- jspSmartUpload -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:35 AM To: Tomcat Users List Subject: Re: jsp client to server text file uploads http