Friday, October 15, 2010

Increase PHP's File Upload Limit Using php.ini

If you need to increase the maximum upload limit, all you need to do is place or update the following code snippet in your php.ini file:
file_uploads = On upload_max_filesize = 50M //needs to be in {x}M format

No comments:

Post a Comment