PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

LINUX MAX FILE UPLOAD SIZE

Go down

LINUX MAX FILE UPLOAD SIZE Empty LINUX MAX FILE UPLOAD SIZE

Post by jamied_uk 26th April 2016, 16:06

Code:
sudo gedit /etc/php5/apache2/php.ini

Make sure

Code:
file_uploads = On


now find

upload_max_filesize = 8M

and change to

Code:
upload_max_filesize = 200000M


find

post_max_size = 8M

and change to

Code:
post_max_size = 20000M

save and exit

Code:
sudo service apache2 restart
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum