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
Write a program to get lcm of two numbers using php?
What are the functions used in php?
Tell me what types of loops exist in php?
What is php namespace?
How does php strcmp work?
Which parts of php are case sensitive?
Is array empty php?
What is the correct syntax of mail() function in php?
How to get a total number of elements used in the array?
Do you know how to declare an array in php?
Explain me what are the main error types in php and how do they differ?
What's php?
What are the advantages and disadvantages of cascade style sheets?
Which function would you use to replace a record in a database in php?
Why did you choose this particular career path?