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 get csrf token?
How does php work?
Is key in array php?
How a variable is declared in php?
How do I check if a given variable is empty?
What is the main difference between require() and require_once()?
Which software is best for php?
What is an anti csrf token?
What are the different data types in javascript?
What is the difference between php4 and php5?
What are examples of independent and dependent variables?
What is php date function?
What is difference between print and echo in php?
How to delete cookie files on your computer?
How can we get ip address of a client in php?