is anybody upload more than 100mb file using PHP upload
script in ONLINE SERVER (using .htaccess file)? please give
some idea...
Answer / chandresh
1. Put the following code in side the .htaccess file and
save it.
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
2. or use the ini_set() function for setting
ini_set('post_max_size','9M')
now post_max_size variable is 9 MB set.
| Is This Answer Correct ? | 21 Yes | 4 No |
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
What is the difference between characters and #?
What is the different between cookies and session in php?
How do I check environment variables?
What is the difference between the functions UNLINK and UNSET?
How can you insert javascript in php code?
how can i develop forum code? any one pleale help me on this question
What is boolean in php?
What is php constructor?
How do I repair phpmyadmin?
What is singleton pattern in php?
What is a php web application?