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 |
How to create a mysql connection in php?
What is difference between $x and $$x
5 Answers Mindex, Net Solution, Procon IT Solutions, Trigent,
What is difference between strstr() and stristr() in PHP?
Tell me what is the use of the function htmlentities?
When to use self over $this?
Any good PHP developer looking for change
What are the rules in creating php variable?
What is $_ get and $_ post in php?
What is the PHP predefined variable that tells the What types of images that PHP supports?
Does wordpress run on php 7?
Explain object-oriented methodology in php?
When do you use define() and when do you use const. What are the main differences between those two?