where to change in php.ini file for file uploading?



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

Post New Answer

More PHP Interview Questions

Write a select query that will be displayed the duplicated site name and how many times it is duplicated?

0 Answers  


What is the difference between the functions unlink and unset?

6 Answers  


Tell me what types of loops exist in php?

0 Answers  


How do I run a php script in windows?

0 Answers  


How do you debug php?

0 Answers  


Is age interval or ordinal data?

0 Answers  


Who is the father or inventor of php?

0 Answers  


What is a php 5?

0 Answers  


What are global variables in php?

0 Answers  


Are php sessions secure?

0 Answers  


What is $_ get in php?

0 Answers  


What is deffience betwwen get() , Post , Request()

3 Answers  


Categories