Friday, October 15, 2010

Upload Large Files with PHP

When we want to upload large files in PHP we would be changing the file max size limit in PHP ini file.

This can be done in our local system but when we need this is in Server where our Project is maintained it is not possible. So here is the Rewrite Rule in HTACCESS for PHP where we can change the maximum file size limit.

Rewrite Rule for Maximum File size is shown below.

php_value upload_max_filesize 20M

   

No comments: