1.

What Are The File Upload Settings In Configuration File?

Answer»

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.

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.



Discussion

No Comment Found