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]
