php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31172 Max file upload is only 2M!!!
Submitted: 2004-12-18 03:39 UTC Modified: 2004-12-29 18:30 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: drarem at hotmail dot com Assigned:
Status: No Feedback Package: HTTP related
PHP Version: 5.0.3 OS: Windows XP Home
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: drarem at hotmail dot com
New email:
PHP Version: OS:

 

 [2004-12-18 03:39 UTC] drarem at hotmail dot com
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?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-18 03:45 UTC] derick@php.net
I think it's an Apache limit, check that first.
 [2004-12-29 18:30 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC