how to increse upload limit in php

open your php.ini file

locate the below line

upload_max_filesize = 2M

and replace with

upload_max_filesize = your size limit M

No comments:

Post a Comment