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
Swap two variables value without using third variable in php ?
How can you submit a form without a submit button?
Which is better php or wordpress?
What is the use of htmlentities in php?
How many open modes available when a file open in PHP?
How do I clear my browser session?
What Is a Persistent Cookie?
Define metaphone()?
What is a query in a database?
How to insert an new array element in array?
How does php sessions work?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
How would you determine the size of a file in php?
Difference between array_combine and array_merge?
Is php 5.6 secure?