What Are the File Upload Settings in Configuration File? ~ Interview Questions & Answers

Tuesday, June 8, 2010

What Are the File Upload Settings in Configuration File?

There are several settings in the PHP configuration file related to file uploading:
• file_uploads = On/Off - Whether or not to allow HTTP file uploads.
• upload_tmp_dir = directory - The temporary directory used for storing files when doing file upload.
• upload_max_filesize = size - The maximum size of an uploaded file.

0 comments: