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 the design patterns in php?
How check field is empty or not in php?
How can you submit a form without a submit button?
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,
Write a query to find the 2nd highest salary of an employee from the employee table?
How to remove the new line character from the end of a text line?
Can we use get instead of post?
How to check a variable is array or not in php?
Explain what is smarty?
Tell me how do I check if a given variable is empty?
What's diffrence between Get() and Post() Function
What is php regular expression?