Yes,
You can increase the size of allowed uploads by editing your php.ini file.
In there, search for "upload_max_filesize=XX" and replace XX with the number of bytes you want to allow for uploads. Default is 2M or 2097012 bytes.
Then, restart your web server...
Hope this helps...
Niels Kregting wrote:
Hey Ya'll,
I have this piece of normal HTML code in a var.php file:
<input type="hidden" name="MAX_FILE_SIZE" value="75000">
<input type="File" name="picture">
And now when I DO submit a picture larger then 75000, this is the error message:
Warning: Max file size exceeded - file [picture] not saved in [no active file] on line 0
How can I edit this message?!? Or is there another way for controlling the maximum upload size!??
Thanx,
Niels