Increasing the file upload limit in php and phpmyadmin
# Open the php.ini with favorite text editor
sudo gedit /etc/php5/apache2/php.ini
sudo gedit /etc/php5/apache2/php.ini
# Change the value of these fields according to your needs
memory_limit
post_max_size
upload_max_filesize
# Restart apache
# Restart apache
sudo /etc/init.d/apache2 restart
and you are set.
Comments
Post a Comment