diff --git a/config/config.sample.php b/config/config.sample.php
index 81a02efb3f772d149473f343d1b30f6e1682671a..1a6c8b31280f83ccfbc1df8a4bb92c6ec74d9679 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1103,6 +1103,14 @@ $CONFIG = array(
  */
 'filesystem_check_changes' => 0,
 
+/**
+ * On default ownCloud will store the part files created during upload in the
+ * same storage as the upload target. Setting this to false will store the part
+ * files in the root of the users folder which might be required to work with certain
+ * external storage setups that have limited rename capabilities.
+ */
+'part_file_in_storage' => true,
+
 /**
  * All css and js files will be served by the Web server statically in one js
  * file and one css file if this is set to ``true``. This improves performance.