Pure PHP Upload 2 Support Product Page
This topic is locked
Not a problem
Files Larger than 2 Megs are not uploaded
Reported 14 Nov 2011 21:19:25
2
have this problem
14 Nov 2011 21:19:25 Joe Villanova posted:
I get this error on any file larger than 2 Megs. The file below is about 3 Megs in size.The error appears after the upload reaches 100%.
Upload Error
An error has occured saving uploaded file!
Filename: v3.3_Manual.pdf
File is not uploaded correctly or is empty.
Please correct and try again
I have increased the max file size to 20 megs and the timeout to 12000 seconds.
Everything works fine with small files.
Official Solution
Replied 15 Nov 2011 09:18:17
Hello,
This is not a limit in the extension it is your server configuration. Please make sure you have increased the:
post_max_size
and
upload_max_size
In your php.ini
This is not a limit in the extension it is your server configuration. Please make sure you have increased the:
post_max_size
and
upload_max_size
In your php.ini
Replies
Replied 15 Nov 2011 09:18:17
15 Nov 2011 09:18:17 Teodor Kuduschiev replied:
Hello,
This is not a limit in the extension it is your server configuration. Please make sure you have increased the:
post_max_size
and
upload_max_size
In your php.ini
This is not a limit in the extension it is your server configuration. Please make sure you have increased the:
post_max_size
and
upload_max_size
In your php.ini
Replied 15 Nov 2011 16:41:10
15 Nov 2011 16:41:10 Joe Villanova replied:
Thanks Ted, I suspected as much.