php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7445 File Upload Error ( Over 8MB File )
Submitted: 2000-10-25 02:23 UTC Modified: 2000-10-25 15:17 UTC
From: bskim at yu dot ac dot kr Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.3pl1 OS: RedHat 6.2
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: bskim at yu dot ac dot kr
New email:
PHP Version: OS:

 

 [2000-10-25 02:23 UTC] bskim at yu dot ac dot kr
Hello, My name is ByungSoo Kim.

Problem.
 When I uploads some files over 8MB size,
 the values of POST variables changed to NULL.

 <FORM METHOD=POST ACTION="test.phtml ENCTYPE="multipart/form-data">
 <INPUT TYPE=text NAME=TO>
 <INPUT TYPE="FILE" NAME="USER_FILE1" SIZE="30">

 .test.phtml

  $TO value "" <- "test"  ...

Have a nice day.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-25 15:17 UTC] derick@php.net
This is not a bug, change the post_max_size parameter in php.ini
(It's standard is 8 MB)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 05:01:32 2024 UTC