Configuration Settings for File Upload in PHP

Q

What Are the File Upload Settings in Configuration File in PHP?

✍: 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.

 

Technical Specifications for File Upload in PHP

Uploading Files into Database in PHP

Uploading Files to Web Servers in PHP

⇑⇑ PHP Tutorials

2016-10-14, 1489🔥, 0💬