Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED Large file upload problem
#1
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.
Reply
#2
10kb?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
Add the line to the .htaccess file
Code:
php_value upload_max_filesize 100M
Reply
#4
(2020-03-15, 00:50:05)shawn_a Wrote: 10kb?

Sorry i meant 10 MB   Shy
Reply
#5
(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
Reply




Users browsing this thread: 1 Guest(s)