From:             drarem at hotmail dot com
Operating system: Windows XP Home
PHP version:      5.0.3
PHP Bug Type:     HTTP related
Bug description:  Max file upload is only 2M!!!

Description:
------------
If HTTP upload file is more than 2Mb, the file does not go through. Don't
tell me to fiddle with the php.ini file, I already have.

Yes, I changed the MAX_FILE_SIZE in the FORM data to 601000000.  (601Mb)

I'm using apache v2.052 and PHP 5 (latest version), I have double-checked
the php.ini file and changed upload_max_filesize = 601M plus the others
specified in tutorials such as timeout and browser timeout options (I
forget the names).

Reproduce code:
---------------
Here is some more debugging info:Array
(
    [userfile] => Array
        (
            [name] => helpdesk.mde
            [type] => 
            [tmp_name] => 
            [error] => 1
            [size] => 0
        )

)

Not really useful but can give you idea of what type of tutorial I used to
attempt a transfer to my home machine.

Expected result:
----------------
File transferred.

Actual result:
--------------
Thinking about going back a version of php and see if that works.. is this
a bug or something permanent?

-- 
Edit bug report at http://bugs.php.net/?id=31172&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31172&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31172&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31172&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31172&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31172&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31172&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31172&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31172&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31172&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31172&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31172&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31172&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31172&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31172&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31172&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31172&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31172&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31172&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31172&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31172&r=mysqlcfg

Reply via email to