Browse Source

Update form options equivalence table

Renée Kooi 6 years ago
parent
commit
94b26fe7cf
1 changed files with 3 additions and 3 deletions
  1. 3 3
      website/src/docs/transloadit-preset-form.md

+ 3 - 3
website/src/docs/transloadit-preset-form.md

@@ -120,21 +120,21 @@ The equivalent options are listed below.
 | jQuery option | Transloadit Preset option |
 |---------------|---------------------------|
 | `service` | `service` |
-| `region` | Set the `service` option to `https://api2-regionname.transloadit.com` |
+| `region` | Not supported, instead set the `service` option to `https://api2-regionname.transloadit.com` |
 | `wait: true` | `waitForEncoding: true` |
 | `requireUploadMetadata: true` | `waitForMetadata: true` |
 | `params` | `params` |
 | `signature` | `signature` |
 | `modal` | Currently unavailable |
 | `autoSubmit` | `submitOnSuccess` |
-| `triggerUploadOnFileSelection` | Currently unavailable |
+| `triggerUploadOnFileSelection` | `autoProceed: true` |
 | `processZeroFiles` | `alwaysRunAssembly` |
 | `maxNumberOfUploadedFiles` | Use [restrictions](#Restrictions) instead. `restrictions.maxNumberOfFiles`. |
 | `locale` | No longer supported, this will be addressed by the equivalent to the `translations` option instead. |
 | `translations` | Currently unavailable |
 | `exclude` | Currently unavailable |
 | `fields` | `fields`. The CSS selector format is no longer supported. Instead, specify an array of form field names. `['field1']` instead of `'input[name=field1]`. |
-| `debug` | Currently unavailable |
+| `debug` | Obsolete, as Transloadit's backend has improved error reporting. |
 
 ### Events