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

What is the actually used php version?

1 Answers  


What are the advantages of triggers in php?

1 Answers  


What is a variable cost example?

1 Answers  


Why do we use htaccess

1 Answers  


how retrive the video file in php using video tag

1 Answers  


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

0 Answers   Lionbridge,


What are the php variables?

1 Answers  


Explain me difference between mysql_connect and mysql_pconnect?

1 Answers  


What is "print" in php?

1 Answers  


How can we enable error reporting in php?

1 Answers  


What is ltrim?

1 Answers  


What is php stack?

1 Answers  


Categories