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


Please Help Members By Posting Answers For Below Questions

Is php a mvc?

511


What is difference between php and html?

496


What are the ways to define a constant in php?

530


Explain the installation of PHP on UNIX systems?

553


Explain what does $_files means?

561






Why is php used for web development?

505


Do while loops php?

515


Tell me which programming language does php resemble to?

510


What is php's mysqli extension?

569


Which operator is used to combine string values in php?

506


What is the use of htmlentities in php?

509


What is substr in php?

533


Explain php split() function.

546


Tell me what is the difference between unset() and unlink()?

536


What is the function of mysql_real_escape_string in php?

483