php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16846 upload_max_filesize
Submitted: 2002-04-26 06:02 UTC Modified: 2002-04-26 11:38 UTC
From: torsten dot kunert at dr-schneider dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.2.0 OS: IBM AIX 4.3.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: torsten dot kunert at dr-schneider dot com
New email:
PHP Version: OS:

 

 [2002-04-26 06:02 UTC] torsten dot kunert at dr-schneider dot com
It is not possible to increase the value for upload_max_filesize in php.ini to a value greater than 9999999999 Bytes. Uploads with more them 10 MB doesn't work

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-26 11:02 UTC] hholzgra@php.net
9.999.999.999 looks like about ten gigabytes to me,
not ten megabytes, so this isn't that bad a limit 
after all?
 [2002-04-26 11:38 UTC] sniper@php.net
Bogus.. You can use this style:

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

And also remember to adjust the post_max_size to be a bit
bigger than this value.

--Jani



 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC