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 |
Is php faster than javascript?
What is rest api in php?
What is magic function in php?
How can we check the value of a given variable is a number?
How can we know that a session is started or not?
What is a role of a designer in web development. Till what level the designer will do his work. Does he gives the complete html file or the tpl file or he should also include the smarty tag in the tpl file.
What is php and sql?
How can we calculate the similarity between two strings?
How is a constant defined in a PHP script?
What are the different errors in php?
How to use the COM components in PHP?
What does PEAR stands for?