how to upload 100mb file using .htaccess..

Answers were Sorted based on User's Feedback



how to upload 100mb file using .htaccess....

Answer / rakesh kumar nautiyal

define the max file size in .htaccess file as 100MB

Is This Answer Correct ?    5 Yes 2 No

how to upload 100mb file using .htaccess....

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

Post New Answer

More PHP Interview Questions

What are static variables in php?

0 Answers  


Is age interval or ordinal data?

0 Answers  


How stop the execution of a php scrip?

0 Answers  


What is the Diff. Between echo() and Print() in PHP?

29 Answers   CoreNet, Priya, QueenZend, Sky InfoTech, Syntel,


Can the value of a constant change during the script's execution?

0 Answers  






Does php have block scope?

0 Answers  


What is session and Cokkies . How it works . tell some thing about Session_id()

1 Answers   DVS, Net Solution, PVWEBCO,


Tell me how to get the value of current session id?

0 Answers  


Does strlen include null?

0 Answers  


What is difference between count or sizeof function in php?

0 Answers  


what are interfaces and Abstart classes

0 Answers   Net Solution,


Is it possible to destroy a cookie?

0 Answers  


Categories