We will learn How to increase upload file size limit PHP in Ubuntu?


Open php.ini file

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

upload_max_filesize 200M

max_file_uploads = 200

Just restart your apache server: 

sudo service apache2 restart

May this will help you.