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
Is salary a ratio or interval?
When to use inquire vs enquire?
How do you check is php not empty?
In php, objects are they passed by value or by reference?
Which is the latest version of php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
what is constructor
Do you know what are traits?
What are the new features available in php 7?
Tell me how to get the value of current session id?
What changes I have to do in php.ini file for file uploading?
Can I use node js with php?
Define anonymous classes in php7?
What is the use of rand() in php?
What is an object in php?