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

Is python better than php?

751


What does $_files means?

753


Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?

791


What are the advantages of stored procedures in php?

733


How do you destroy a particular or all Sessions?

804


What does php exit do?

734


What is move_uploaded_file in php?

771


what is variable scope, which variables are accessible from where and what are "undefined variable" errors?

789


Does php need a closing tag?

733


What are include() and require() functions?

745


Tell me what is the difference between unset() and unlink()?

779


How can we enable error reporting in php?

729


What is php default argument?

753


Tell me how a constant is defined in a php script?

711


What is prepared statement in php?

836