where to change in php.ini file for file uploading?
Answer Posted / 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 |
Post New Answer View All Answers
How do I run a php file?
What percentage of websites use php?
What is a php 5?
What is the purpose of the '.myi' file extension? What do thes file contain?
What is the use of preg_match in php?
How to set session.gc_divisor properly?
Why laravel is the best php framework in 2019?
What is final class and final method in php?
What does addslashes do in php?
Can you define an array argument as a reference type?
Explain about a search-friendly site looks like?
Explain briefly about a search-friendly site looks like?
Why is facebook still using php?
Is php easier than node?
What is php addslashes?