What changes to done in PHP.ini file for file uploading?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / palaniraja.wordpress.com
post_max_size also should be greater than upload_max_filesize
| Is This Answer Correct ? | 5 Yes | 1 No |
What is input sanitization in php?
What is the use of the function htmlentities?
What is the best way to change the key without changing the value of a php array element?
How do I find out the number of parameters passed into function?
Which is the Best plateform for PHP?
am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
How to connect to mysql from a php script?
How can you get web browser’s details using PHP?
What are escaping characters?
hi, i have knowledge about PHP/MYSQL,i am fresher M.Sc-IT 2009 pass out,any recruitment in PHP please let me know.
Which programming language does php resemble to?
What is the difference between print() and echo() in PHP?