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 |
Which function parses an English textual date or time into Unix timestamp in PHP.
How does php server work?
Explain what is the function file_get_contents() usefull for?
What is the use of $_server["php_self"] variable?
What types of MYSQL function available for affecting columns
Write a program to find a string is palindrome or not?
What is static in php?
What is the function mysql_pconnect() usefull for?
What interest would a "work-for-ownership" offer receive from PHP/MySQL developers?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
Can php run without server?
Do you know what is php?