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

What are helpers in php?

1 Answers  


Which function you can use in php to open a file for reading or writing or for both?

1 Answers  


What is array filter in php?

1 Answers  


What is substr() in php? And how it is used?

1 Answers  


What are constructor and destructor in PHP?

1 Answers  


What is PHP?

8 Answers  


What is difference between isset and empty in php?

1 Answers  


What are the 3 scope levels available in php and how would you define them?

1 Answers  


how can we retrive value from one database server and store them another database server using php?

3 Answers  


Tell me what is the use of mysql_real_escape_string() function?

1 Answers  


A process can run only in the background. State Whether True or False?

1 Answers  


How to download the files using PHP

1 Answers  


Categories