Showing posts with label maximum file uploading size. Show all posts
Showing posts with label maximum file uploading size. Show all posts

Monday, September 29, 2008

Change max file upload size

Options +FollowSymlinks

< IfModule mod_php5.c>
php_value upload_max_filesize "20M"
php_value post_max_size "20M"
< /IfModule>


Note:
Step #0: Remove the prefix space in the above code before use.
Step #1: Save the above code into a (.htaccess) file
Step #2: Save the file into our projects root folder
Step #3: Now you can test you php.ini setting the max file uploading size will
be changed..
Step #4: Some times this code will not properly work, because of some servers restrict this code
Step #5: That's set..!!

Popular Posts