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 polymorphism php?
What is a php tag?
What is a php certification?
Php code to find whether a number armstrong or not?
Is there an easy way to delete an element from a php array?
What is php crud api?
How to store the uploaded file to the final location?
Is it possible to protect special characters in a query string?
How can I learn php fast?
What is a stored procedure in mysql?
Can you define an argument as a reference type?
Does php have future?
How to define a function with any number of arguments?
What are psrs? Choose 1 and briefly describe it?
How can cross site request forgery csrf be prevented?