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]

Reply via email to