Skip to content
Violet edited this page Nov 2, 2010 · 2 revisions

TempDir

When processing uploaded files, if Melody notices that the file you uploaded already exists, it will allow you to overwrite the original file by first asking for your confirmation. To do this, MT needs to write the uploaded data to a temporary file. That temporary file is stored in the directory specified by the TempDir setting.

Default value: /tmp

Example

TempDir /other_tmp_dir
  • Categories: Appendix: Configuration Directives
  • Tags: config
Clone this wiki locally