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

Reply via email to