Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -348,9 +348,6 @@ |
349 | 349 | // supports "passthrough" mode so that assets that don't need conversions behave very similar |
350 | 350 | // to a normal XHR post. |
351 | 351 | 'enableFirefogg' => false, |
352 | | - |
353 | | - // Check if we want to enable FormData upload |
354 | | - 'enableFormData' => false, |
355 | 352 | |
356 | 353 | // Setup list of video extensions for recomending firefogg. |
357 | 354 | 'transcodeExtensionList' => array( 'avi','asf','asx','wmv','wmx','dv','rm','ra','3gp','mkv', |
— | — | @@ -389,8 +386,11 @@ |
390 | 387 | |
391 | 388 | // Wiki page for reporting issues with the blacklist |
392 | 389 | 'blacklistIssuesPage' => '', |
| 390 | + |
| 391 | + // should File API uploads be available? Required for chunked uploading and multi-file select |
| 392 | + 'enableFormData' => true, |
393 | 393 | |
394 | | - // Whether multi-file select is enabled -- this is temporary, just waiting for backend code r93270 to be reviewed |
395 | | - 'enableMultiFileSelect' => false |
396 | | - |
| 394 | + // should multi-file select be available in supporting browsers? |
| 395 | + 'enableMultiFileSelect' => true, |
| 396 | + |
397 | 397 | ); |