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 retrieve the original query string?
What is the use of header in php?
What does php mean?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What is super keyword in php?
What is the purpose of a query?
Do you know what's the difference between __sleep and __wakeup?
What are form input html tags?
What are the features of php 7?
What is variable function php?
How a variable is declared in php?
What is the meaning of "enctype= multipart/form-data" ?
What is the alternative structure for control structures?
What is the value for this auto incremented field user_pri_id?
Which operator is used to concatenate two strings in PHP?