]> git.p6c8.net - jirafeau/pcanterino.git/blobdiff - lib/config.original.php
Added config option to enforce legacy synchronous file upload
[jirafeau/pcanterino.git] / lib / config.original.php
index 6b7c342e51cf7a1402774266016c0862f14a770c..e77684bda429dd0c3e8c54a6ff738b119e6382c9 100644 (file)
@@ -235,6 +235,10 @@ $cfg['installation_done'] = false;
  */
 $cfg['debug'] = false;
 
+/* Enable this debug flag to enforce the legacy (synchronous) file upload mechanism.
+ */
+$cfg['debug_enforce_legacy_upload'] = false;
+
 /* Set Jirafeau's maximal upload chunk
  * When Jirafeau upload a large file, Jirafeau sends several data chunks to fit server's capabilities.
  * Jirafeau tries to upload each data chunk with the maximal size allowed by PHP (post_max_size and upload_max_filesize).

patrick-canterino.de