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
How to declare an array in php?
How is it possible to set an infinite execution time for php script?
What is cookie and session in php?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
What is the maximum size of a table in mysql?
What are the features of php 7?
Is not null mysql?
Explain how can we increase the execution time of a php script?
What are different types of Print Functions available in PHP?
What does odbc do in context with php?
What is the goto statement useful for?
Why php language is used?
Xplain is it possible to use com component in php?
Is multiple inheritance supported in php?
What is the w3c?