|
Posted by David on 11/29/06 21:31
I am using PHP Version 4.4.3 under Linux/Apachie to upload files.
The PHP.ini upload_max_filesize is 2M, which I need to override this
in the HTML (see below). I changed the MAX_FILE_SIZE to 4,000,000
but the system only accepts files less than 2M.
Is the override wrong, do I need to raise the limit in the PHP.ini
file, or is the Apachie issue.
<form name="upload" action="admin.php" method="post"
enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="4000000">
Navigation:
[Reply to this message]
|