faqts : Computers : Programming : Languages : JavaScript : Forms : File Upload

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 15 people (33%) answered Yes
Recently 2 of 10 people (20%) answered Yes

Entry

I want to write a cgi program that works with <input type= 'file'> for file upload on a unix server. Where can I go to find out how to do such a cgi

Dec 11th, 2003 08:53
Scott Godin, jsWalter, Dan P,


I have an example on my site...
   www.torres.ws/perl
Walter
--
Additionally, for detailed info on this, you can use the CGI.pm perl
module from CPAN. included with the distribution is cgi_docs.html which
has pretty much all the documentation you'll need to use this feature. 
For further info you can visit: 
    http://stein.cshl.org/WWW/software/CGI/ (which lags a little behind
the current distribution, which is 3.01)
and
    http://search.cpan.org/~lds/CGI.pm-3.01/