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 delimiter default in PHP?

607


How we can get the number of elements in an array?

8405


Tell me how is it possible to propagate a session id?

599


How the result set of mysql be handled in php?

592


How can we encrypt the password using php?

548






What does a delimiter do in mysql?

527


Explain me the difference between include and require?

513


What is the purpose of the '.myd' file extension? What do thes file contain?

535


What php framework does wordpress use?

537


Explain what does the expression exception::__tostring means?

487


Starting or restarting a computer is called

612


Why is facebook still using php?

571


What are the uses of explode() function?

557


What are the differences between GET and POST methods?

530


How many open modes available when a file open in PHP?

647