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 |
What are helpers in php?
Which function you can use in php to open a file for reading or writing or for both?
What is array filter in php?
What is substr() in php? And how it is used?
What are constructor and destructor in PHP?
What is PHP?
What is difference between isset and empty in php?
What are the 3 scope levels available in php and how would you define them?
how can we retrive value from one database server and store them another database server using php?
Tell me what is the use of mysql_real_escape_string() function?
A process can run only in the background. State Whether True or False?
How to download the files using PHP