is anybody upload more than 100mb file using PHP upload
script in ONLINE SERVER (using .htaccess file)? please give
some idea...
Answer Posted / 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 |
Post New Answer View All Answers
How to get number of elements in an array?
Explain briefly about a search-friendly site looks like?
How to get best php developer Experience in Php with Sugar CRM / VTiger.
Tell us why did you choose this particular career path?
What are the method available in form submitting?
How can I find my php version?
How do you identify independent and dependent variables in regression analysis?
What is the difference between md5(), crc32() and sha1() crypto on php?
How do you count numbers in php?
What is boolean in php?
Which framework is best for php?
How many php functions are there?
Is php good for career?
What are the Advantages and Application Areas of PHP?
What is an object in php?