[Pugged] Big Upload

ciapug@ciapug.org ciapug@ciapug.org
Fri, 24 Jan 2003 16:43:14 -0000


Angie Tollerson <tollerson@alliancetechnologies.net> said:

> I have a client (same canadian, hehe) that wants to be able to upload
> files larger than 100 mb, i think that is php's max even with php.ini
> altered, is it not? He's wondering if there are ways to force php to
> upload larger files or if there is another language we should be using
> to do the scripts?
> 

Let's see, if he's Canadian then thats' probably 100 metric MB... ;p

Could you have them upload the file with ftp or scp? Or is this
something that needs to be poked into a data table?

I have done some (kludgey) jobs where I set up a batch on the client
that does the ftp, then runs a lynx command that hits a page, which
will then imports the uploaded file.

-dc