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 is the PHP predefined variable that tells the What types of images that PHP supports?

1 Answers  


How to compare two strings with comparison operators in php?

0 Answers  


Is php easy language to learn?

0 Answers  


How a variable is declared in php?

0 Answers  


How can you count number of parameters given in a URL by POST method?

5 Answers  


How to create a session? How to set a value in session? How to remove data from a session?

0 Answers  


What is the use of rand() in php?

0 Answers  


What are the differences between require and include?

0 Answers  


How to receive a cookie from the browser?

0 Answers  


How to include variables in double-quoted strings?

0 Answers  


Give any ten basic functions in PHP?

4 Answers   T3 Softwares,


Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.

7 Answers  


Categories