Ask a Question related to PHP Development, Design and Development.
-
jgiglio at smythco dot com #1
#24919 [NEW]: PHP File Uploads in RAM
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]
jgiglio at smythco dot com Guest
-
Specify temp directory and file name for file uploads?
I'm interested in understanding how MX processes file uploads. 1) By default, uploaded files seem to be placed in the... -
PHP and file uploads
Hi All, Here's one thing that I don't know much about - file uploading. As part of my project, I will have to build a file manager of sorts -... -
#24919 [Bgs]: PHP File Uploads in RAM
ID: 24919 Updated by: sniper@php.net Reported By: jgiglio at smythco dot com Status: Bogus Bug Type: ... -
#24919 [Com]: PHP File Uploads in RAM
ID: 24919 Comment by: jgiglio at netmar dot com Reported By: jgiglio at smythco dot com Status: Bogus Bug... -
#24919 [Opn->Bgs]: PHP File Uploads in RAM
ID: 24919 Updated by: eru@php.net Reported By: jgiglio at smythco dot com -Status: Open +Status: ...



Reply With Quote

