Increasing the file upload limit in php and phpmyadmin

# Open the php.ini with favorite text editor

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
sudo /etc/init.d/apache2 restart

and you are set.

Comments

Popular posts from this blog

Run tasks in background in Spring

Conditional field inclusion in Jackson and Spring Boot

How to configure Wildfly 10 to use MySQL