From: jgiglio at smythco dot com
Operating system: Linux
PHP version: Irrelevant
PHP Bug Type: Feature/Change Request
Bug description: PHP File Uploads in RAM

Description:
------------
PHP loads entire uploaded files into RAM, which makes the feature useless
except for toy websites. PHP should be smart enough to spool large
uploads to disk, like CGI.pm does.

It would also be very nice if there were a way to get the name of the temp
file spooled to, so that the user can be given feedback on their upload as
it progresses, but this is not necessary.

I'm putting this in as a feature request, because I know you guys don't
consider it a bug.


--
Edit bug report at [url]http://bugs.php.net/?id=24919&edit=1[/url]
--
Try a CVS snapshot (php4): [url]http://bugs.php.net/fix.php?id=24919&r=trysnapshot4[/url]
Try a CVS snapshot (php5): [url]http://bugs.php.net/fix.php?id=24919&r=trysnapshot5[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=24919&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=24919&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=24919&r=needtrace[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=24919&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=24919&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=24919&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=24919&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=24919&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=24919&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=24919&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=24919&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=24919&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=24919&r=gnused[/url]