Pure PHP Upload 2 Support Product Page
This topic is locked
Not a problem
Files Larger than 2 Megs are not uploaded
Reported 13 years ago
2
have this problem
13 years ago 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 13 years ago
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 13 years ago
13 years ago 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 13 years ago
13 years ago Joe Villanova replied:
Thanks Ted, I suspected as much.