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 the difference between get & post ?
How can we define a variable accessible in functions of a php script?
How to get number of elements in an array?
What is the difference between characters and #?
What are soundex() and metaphone() functions in php?
What is the use of "echo" in php?
Which cryptographic functions in php returns the longest hash value?
How can I maintain the count of how many persons have hit my site?
1 Answers MTOG, Rushmore Consultancy,
What is the empty function?
Tell me what is the difference between characters 34 and x34?
What is good average session duration?
How do you compare strings in java?