where to change in php.ini file for file uploading?
Answer / debraj roy
You can call the phpinfo() function to find the location of
your php.ini file, it will also tell you the current values
for the following settings that we need to modify
1.file_uploads
2.upload_max_filesize
3.max_input_time
4.memory_limit
5.max_execution_time
6.post_max_size
| Is This Answer Correct ? | 16 Yes | 1 No |
What is the difference between explode() and split() functions?
What is the difference between mysql_fetch_object and mysql_fetch_array?
How can use sys time in loop?
Is php 7 backwards compatible?
What are the differences between procedure-oriented languages and object-oriented languages?
What are the core OOP’s concepts?
How can you encrypt password using php?
What is magic quotes?
Write a program in php to reverse a number?
Write a php script to get the largest key in an array?
What are advantages of .htaccess?
What IS PHP?