Hi, This code is on the server, I'd image. My advice: don't re-invent the wheel, use Jakarta Commons Fileupload.
Yoav Shapira http://www.yoavshapira.com >-----Original Message----- >From: Ben Souther [mailto:[EMAIL PROTECTED] >Sent: Monday, October 18, 2004 3:23 PM >To: Tomcat Users List >Subject: Re: IO error: request.getReader(); readLine(); on Netscape > >Where is this code? On the client? the server? > > > >On Mon, 2004-10-18 at 15:11, Daxin Zuo wrote: >> Hi, I have code like: >> BufferedReader breader = request.getReader(); >> String rdata = breader.readLine(); >> while (rdata != null) >> { ...... } >> >> It run's well with IE. On Netscape7.1, I get java.io.IOException >> My purpose is to upload a file. Could you please give me instruction? >> Thanks. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
