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 serialization in php?
What is the function of string in c?
What are the features of php 7?
What does $_files means?
What is difference between sql and php?
How can I convert ereg expressions to preg in php?
What is var_dump function in php?
What is session in PHP. How to remove data from a session?
my english is not too good then what we apply for a php programer post
Which is correct about mysqli and pdo?
What is the use of 'print' in php?
What is put method in php?
What is php explain?
Why and where do we use htaccess?
How to convert a string to lowercase in php?