There are a few settings in the PHP configuration file (php.ini) 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.
- max_file_uploads – Maximum number of file uploads allowed.