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 is the difference between get and post method in php?
Tell me what is the use of isset() in php?
CWD is a type of shell variable. State Whether True or False?
What is difference between ksort() and usort() functions.
What does $_server mean?
client side scripting language Vs server side scripting language
List out some tools through which we can draw E-R diagrams for mysql.
What are getters and setters php?
What are php magic methods?
•How to upload files using PHP?
How would you impletement download and upload a file in php
What is php and features of php?