Re: Upload files via web browser

1998-01-21 Thread A. M. Varon
> I'd like to know how do I can create a web page that would > allow the user browsing at the page to upload files > to the server. If you have an FTP server on your web server, type this in your netscape: ftp:// example: ftp://[EMAIL PROTECTED] It will ask you for your password and you c

Re: Upload files via web browser

1998-01-21 Thread Carey Evans
iquest <[EMAIL PROTECTED]> writes: > I'd like to know how do I can create a web page that would > allow the user browsing at the page to upload files > to the server. [snip] Some browsers (like Netscape) support this. I recommend doing the necessary CGI programming using CGI.pm from Perl.

Upload files via web browser

1998-01-21 Thread iquest
Hi, I'd like to know how do I can create a web page that would allow the user browsing at the page to upload files to the server. I've seen the other way around where the user can download file from the server. But for this case, the user is the client that uploads file to the server