On Feb 7, 2005, at 23:08, John Tsangaris wrote:

So I am asking all the knowledgeable and wise gurus out there. What language do I use (please say perl) and what settings do I set in
order to facilitate the upload of >100MB files through a web interface on a hosting system that I have no configurational control
over?

I've used CGI.pm to successfully handle file uploads of several hundred megabytes (CD ISO images). It wasn't the most efficient thing in the world (CGI.pm provided a filehandle to a temp file, that I read in and wrote back out to a permanent file), but it worked fine. And if I recall the CGI.pm documentation correctly, you can provide your own function to handle uploads (write directly to disk, etc.)


--
Andrew Medico
[EMAIL PROTECTED]


_______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to