RE: uploading files via web

2001-08-31 Thread pconnolly
that will do the actual uploading. open (OUTFILE,">$filename"); while ($bytesread=read($file,$buffer,1024)) { print OUTFILE $buffer; } > -Original Message- > From: Eric Wang [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 31, 2001 12:20 PM > To: [EMAIL PROTECT

uploading files via web

2001-08-31 Thread Eric Wang
Hi guys, I have a quick question, how do I enable my webpage to be able to browse the users computer and allow him/her to upload files into the server? is there a particular CGI module? or what's the deal? Thanks!! Eric -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m