What Are the File Upload Settings in Configuration File

Q

What Are the File Upload Settings in Configuration File? - PHP Script Tips - Uploading Files to Web Servers

✍: FYIcenter.com

A

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.

2007-04-19, 5281👍, 0💬