From 0ddbb7de628b463a41dafdfc6dad783604b2e65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 28 Jan 2019 13:54:41 +0100 Subject: [PATCH] docs: Drop TODOs --- website/src/docs/transloadit-wrapper-form.md | 6 +++--- website/src/docs/transloadit-wrapper-picker.md | 2 -- website/src/docs/transloadit-wrapper-upload.md | 2 -- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/website/src/docs/transloadit-wrapper-form.md b/website/src/docs/transloadit-wrapper-form.md index c77aa825c..6c2b93669 100644 --- a/website/src/docs/transloadit-wrapper-form.md +++ b/website/src/docs/transloadit-wrapper-form.md @@ -60,8 +60,6 @@ If provided, the [``](https://developer.mozilla.org/en-US/docs/Web ## Progress Reporting -**TODO also have an onProgress() callback or something for custom progress** - Uploads using HTML forms have no builtin progress reporting. With the Transloadit Wrapper, you can use the `statusBar` option to show an [@uppy/status-bar](/docs/status-bar): an element styled like a progress bar, reporting both upload and Assembly execution progress. Point it to an element or a CSS selector: @@ -80,9 +78,11 @@ transloadit.form('form#my-form', { The progress bar will be inserted _into_ that element (thus _not_ replace it). + ## Migrating From the jQuery SDK @@ -103,7 +103,7 @@ $(selector).transloadit({ ``` ```html - +