how to upload 100mb file using .htaccess..

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between pop3 IMAP and MAPI?

643


How are variables declared in php?

558


Tell me what does the scope of variables means?

535


What is meant by pear in php? What is the purpose of it?

525


What is different types of visibility?

539






What is helper function?

512


How to get the total number of values in an array?

525


Is php easier than node?

521


Explain a resource?

613


What is printf in php?

529


Why we use get in php?

570


How to remove a file?

612


How do you define a constant?

549


What is the use of "ksort" in php?

511


Name some of the functions in php.

503