[PHP] Re: File upload memory usage.

2002-07-26 Thread Reid Sutherland
> > I don't think HTTP POST upload is going to be reliable for *that* size > files, no matter *what* you do... Well from the tests I have done it has worked fine. There is no reason why it shouldn't either. > > Give them an FTP account or something. > No an option for hundreds of people wi

Re: [PHP] File upload memory usage.

2002-07-24 Thread Reid Sutherland
Jason Wong wrote: > Apparently that is how it will work in a _future_ version of PHP. But for now > it's all stuffed in RAM until the complete file is received. That's crazy. Maybe I don't understand enough of how PHP deals with various web servers and maybe that's why this is the way it is.

[PHP] File upload memory usage.

2002-07-24 Thread Reid Sutherland
Hi, I'm currently locked in a battle with PHP and file uploads. I've searched the list to no avail. I actually found a guy with the same problem who ended up using perl to make this work. I'm trying to avoid that. The problem is, I'm dealing with huge POST uploads (100+ mb). And everytime yo