Extend value of upload limit file size

If you want to increase value of upload limit, you need to rewrite configuration file of php. There are two places that you rewrite in php.ini, post_max_size and upload_max_filesize. It directs about file size what it is decide limit size uploading. You should set post_max_size higher than upload_max_filesize. and to restart Apache last.