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.

Re: [PHP] File upload memory usage.

2002-07-24 Thread Jason Wong
On Wednesday 24 July 2002 21:48, Reid Sutherland wrote: > 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 probl

[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