Dear colleagues,
Once again, I defer to your expertise.
I am attempting to upload files of size to my server and keep getting a page not found error for files > 5M.
Here's my config:
PHP: upload_max_filesize: 12M
In my form code I allow for a max of 10M:
It is important to note that when I upload files of <5M, it works just fine. But when they're > 5M, I get a 'page not found' error.
Any ideas?
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Cheers!
Laura
Once again, I defer to your expertise.
I am attempting to upload files of size to my server and keep getting a page not found error for files > 5M.
Here's my config:
PHP: upload_max_filesize: 12M
In my form code I allow for a max of 10M:
Code:
<input type="hidden" name="MAX_FILE_SIZE" value="1024000">
<input name="photo" type="FILE" size="50">
It is important to note that when I upload files of <5M, it works just fine. But when they're > 5M, I get a 'page not found' error.
Any ideas?
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Cheers!
Laura