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 is a null coalescing operator in php7?
What is difference between html and php?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
Where is my php ini file?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
Is strcmp case sensitive?
What does the unset() function mean?
What is overloading in php?
How can we know that a session is started or not?
3 Answers Rushmore Consultancy,
What is reference variable php?
What is php full form?
What is namespace in php?