What changes to done in PHP.ini file for file uploading?

Answers were Sorted based on User's Feedback



What changes to done in PHP.ini file for file uploading?..

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

What changes to done in PHP.ini file for file uploading?..

Answer / palaniraja.wordpress.com

post_max_size also should be greater than upload_max_filesize

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More PHP Interview Questions

Where do we use get and post?

0 Answers  


How to list all values of submitted fields?

0 Answers  


Tell me how to set a page as a home page in a php based site?

0 Answers  


how to display and include the user system date/time in a php program/project

1 Answers   Wipro,


Explain soundex() and metaphone().

0 Answers  






how to insert logout time when browser close

1 Answers   Global Softtech,


What is php mean?

0 Answers  


How does api connect to database?

0 Answers  


What is use of header() function in php?

0 Answers  


What is php and what does it do?

0 Answers  


What is super () python?

0 Answers  


How to take a substring from a given string in php?

0 Answers  


Categories