John:

If it is within their firewall, you can use "netcat" for this. No 
programming necessary! However serious consideration to security is 
required. 

Otherwise rolling own perl daemon might be an option.

__________________________________________
Ranga Nathan / CSG
Systems Programmer - Specialist; Technical Services; 
BAX Global Inc. Irvine-California
Tel: 714-442-7591   Fax: 714-442-2840




"Anthony R. J. Ball" <[EMAIL PROTECTED]> 

Sent by: [EMAIL PROTECTED]
02/07/2005 08:11 PM

To
John Tsangaris <[EMAIL PROTECTED]>
cc
"[email protected]" <[email protected]>
Subject
Re: [Boston.pm] Serious upload help needed







  You can get all you want from a form upload to perl, but you can't use
CGI (at least not easily, that I know of) CGI.pm gets the whole thing then
hands it to you. You need to process it in a stream for the most versatile
results, but there should be no upper limit.

On Mon, Feb 07, 2005 at 11:08:39PM -0500, John Tsangaris wrote:
> I have a client that has specific needs for an upload utility. They 
don't care what language I use, they simply want it webbased. 
> They can't use ftp (the users are not knowledgeable enough, nor do they 
want to use client apps other than browsers).  I can't go into 
> the rest of the details as to why they want a system like this, but they 
need upload capabilities in the hundreds of MB on a variety 
> of shared hosting systems.
> 
> Soo.... php has a 2 MB default Apache limit.  Perl seems to simply cut 
off at 12160000 B on one server and times out on another (was 
> using a 23MB file for test purposes).
> 
> What can I do to get around this?  I'm even looking at Java Servlets 
which I will explore tomorrow.. but since I have never cracked my 
> Java Servlets book until tonight, I'm afraid that I won't know if that 
will allow me to do what I want until I try it tomorrow.
> 
> 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?
> 
> Or do I simply inform my client that this kind of capability does not 
exist with current technologies?
> 
> 
> Regards,
> 
> John
> 
> 
> 
> _______________________________________________
> Boston-pm mailing list
> [email protected]
> http://mail.pm.org/mailman/listinfo/boston-pm
> 

-- 
     www.suave.net - Anthony Ball - [EMAIL PROTECTED]
        OSB - http://rivendell.suave.net/Beer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Let's go into the jungle and kill something we don't understand!

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


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

Reply via email to