File upload related settings in php.ini

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.
Share Article/Example:
  • DotNetKicks
  • DZone
  • StumbleUpon
  • Print
  • Add to favorites
  • Digg
  • del.icio.us
  • Twitter
  • Facebook
  • LinkedIn
  • Posterous
  • Slashdot

 

 
eXTReMe Tracker