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 put method in php?
What is a session in php?
Is python better than php?
Does php need html?
What is session in php why it is use?
what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?
How is it possible to know the number of rows returned in result set?
why we use @symbol before the variable
how to track user logged out or not? when a user is idle?
What is final class and final method?
how to display and include the user system date/time in a php program/project
When use javascript vs php?