how to upload 100mb file using .htaccess..
Answers were Sorted based on User's Feedback
Answer / rakesh kumar nautiyal
define the max file size in .htaccess file as 100MB
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / danish
you have to overwrite php.ini's s settings in .htacess
upload_max_filesize 100M
php_value post_max_size 100M
php_value upload_max_filesize 100M
| Is This Answer Correct ? | 4 Yes | 3 No |
What are arguments in php?
what is difference between PHP4 , PHP5
What is difference between static and constant?
what is the abbrevation of PHP?
Is php required for wordpress?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
How can php and html interact?
How can post form values with out press submit button
What are the different functions in sorting an array?
Is not null mysql?
How to make multilanguage site in php? (like english,tamil)
What are the core OOP’s concepts?