GetSimple Support Forum

Full Version: Large file upload problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm trying to upload large PDF files (up to 10 KB) to my website/database.

But I get this error message:
Error -110:File size exceeds allowed limit.

Is there any way to go around this?

Thanks.
10kb?
Add the line to the .htaccess file
Code:
php_value upload_max_filesize 100M
(2020-03-15, 00:50:05)shawn_a Wrote: [ -> ]10kb?

Sorry i meant 10 MB   Shy
(2020-03-15, 01:35:51)Oleg06 Wrote: [ -> ]Add the line to the .htaccess file
Code:
php_value upload_max_filesize 100M

Thanks a lot that solved the problem  Smile