how to upload 100mb file using .htaccess..
Answers were Sorted based on User's Feedback
Answer / rakesh kumar nautiyal
define the max file size in .htaccess file as 100MB
Is This Answer Correct ? | 5 Yes | 2 No |
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 |
What is the PHP predefined variable that tells the What types of images that PHP supports?
How to compare two strings with comparison operators in php?
Is php easy language to learn?
How a variable is declared in php?
How can you count number of parameters given in a URL by POST method?
How to create a session? How to set a value in session? How to remove data from a session?
What is the use of rand() in php?
What are the differences between require and include?
How to receive a cookie from the browser?
How to include variables in double-quoted strings?
Give any ten basic functions in PHP?
Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.