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 difference between abstract class and interface in oops?
Write down the code for save an uploaded file in php.
What is array function in javascript?
which function used to get the file name in php?
What is the function used to change the root directory in PHP?
What is csrf verification?
What are the core OOP’s concepts?
How do you match the character ^ at the beginning of the string? - ^^
How to set a value in session? How to remove data from a session?
AentteQ Software Technologies Q: what are benifits of using LAMP..?
How can I execute a PHP script using command line?
Is numeric in php?