What changes to done in PHP.ini file for file uploading?
Answer Posted / devendrarjadav
In PHP.ini you must change the following directives to
allow the http file upload.
1.file_uploads : make this directive as TRUE, yes, on or 1.
2.upload_tmp_dir : Specify the temporary directory used for
storing files when doing file upload.
3.upload_max_filesize : Specify the maximum size of an
uploaded file.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is a controller in programming?
What is mod_php?
How do you execute a php script from the command line?
What is the current php version?
List functions available to sort an php array?
List types of array are available in php?
Explain me what is the meaning of a persistent cookie?
Tell me what is the use of the function htmlentities?
What is urlencode and urldecode in php?
What is split function in php?
What is inheritance in php? How many types of inheritance supports php?
What is sql injection in php?
What are the features of php 7?
Is age nominal or ordinal?
How to remove the new line character from the end of a text line?