upload_max_filesize to large and uploads does not work
| Bug #22550 | upload_max_filesize to large and uploads does not work | ||||
|---|---|---|---|---|---|
| Submitted: | 2003-03-05 08:07 UTC | Modified: | 2003-03-05 11:05 UTC | ||
| From: | bf at ez dot no | Assigned: | |||
| Status: | Closed | Package: | Scripting Engine problem | ||
| PHP Version: | 4.3.0 | OS: | Redhat Linux 7.1 | ||
| Private report: | No | CVE-ID: | None | ||
[2003-03-05 08:07 UTC] bf at ez dot no
I changed php.ini to read:
; Maximum allowed size for uploaded files.
upload_max_filesize = 1000000000000000M
I did this to "disable" the file size check.
This breakes file uploads, you don't get successful
uploads with this setting. No matter size of file.
If you enter sensible values there is no problem.
Still it should be added a small check if this number is
to big and set it to max_int or whatever the limit is.
--b?rd
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-03-05 11:05 UTC] iliaa@php.net