Sample code for Perl http server

Upload core product.
Post Reply
bobanderson
Posts: 1
Joined: Thu Mar 13, 2008 7:31 pm

Sample code for Perl http server

Post by bobanderson »

Because many client firewalls block FTP, we want to migrate to HTTP. We currently have a Windows-NT computer. For many reasons, I want to write the server code in Perl. With the Perl CGI.PM module, I can control where the HTTP temp file is written and avoid choking the C: drive when big files come in.

I don't believe in re-inventing the wheel. Would you have any sample Perl code for an HTTP server?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Sample code for Perl http server

Post by support »

Yeap, we have one that supports basic upload and folders/subfolders upload. It is available in add-ons section: http://www.jfileupload.com/products/tools/index.html (PERL upload script).

Post Reply