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
How to get a total number of elements used in the array?
How many ways to include array elements in double-quoted strings using php?
What are the different tables(engine) present in mysql, which one is default?
Tell me what is the difference between the functions strstr() and stristr()?
How to check your php installation?
What are the Advantages and Application Areas of PHP?
Difference between $message vs. $$Message in php.
Is ruby on rails php?
What does sign mean php?
Is it possible to submit a form with a dedicated button?
Tell me what does the initials of php stand for?
Is php dying 2018?
What is the array in php?
What is the role of php?
What is the use of the function htmlentities?