PHP

Topic: File Upload

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.

Browse random answers: