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 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 get a text file uploaded to the server for processing using jsp/servlets? Thanks - edwardJones -- **************************************************************************** Edward R. Jones, Ph.D. | email: [EMAIL PROTECTED] Texas A&M Univ. - Corpus Christi | phone: (361) 825-5840 **************************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
