LINUX MAX FILE UPLOAD SIZE
Page 1 of 1
LINUX MAX FILE UPLOAD SIZE
- 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
Similar topics
» Allowing massive file upload sizes in linux apache2 webserver php.ini file edit
» md5deep linux file size tools
» PHP Password Protected File Upload Example
» using rsync if file size differs
» How to fix samba in linux file missing config file error
» md5deep linux file size tools
» PHP Password Protected File Upload Example
» using rsync if file size differs
» How to fix samba in linux file missing config file error
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum