mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
docs: Drop TODOs
This commit is contained in:
parent
1cb9128d19
commit
0ddbb7de62
3 changed files with 3 additions and 7 deletions
|
|
@ -60,8 +60,6 @@ If provided, the [`<input accept>`](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).
|
||||
|
||||
<!--
|
||||
## Dashboard
|
||||
|
||||
**TODO have an option to replace the inputs with a Dashboard modal button?**
|
||||
-->
|
||||
|
||||
## Migrating From the jQuery SDK
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ $(selector).transloadit({
|
|||
```
|
||||
```html
|
||||
<!-- The new Transloadit Wrapper way! -->
|
||||
<script src="//transloadit.edgly.net/TODO_INSERT_URL.js"></script>
|
||||
<script src="//transloadit.edgly.net/transloadit-wrapper/v1.0.0/dist/transloadit.js"></script>
|
||||
<script>
|
||||
transloadit.form(selector, {
|
||||
...options
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@ DOM element or CSS selector to place the modal element in. `document.body` is us
|
|||
|
||||
## Transloadit
|
||||
|
||||
**TODO inline most of this?**
|
||||
|
||||
All the options to the [Transloadit][transloadit] plugin are supported.
|
||||
|
||||
The Promise resolution value has a `transloadit` and `results` key.
|
||||
|
|
|
|||
|
|
@ -31,8 +31,6 @@ These can also be [Blob][blob]s with a `.name` property. That way you can upload
|
|||
|
||||
## Transloadit
|
||||
|
||||
**TODO inline most of this?**
|
||||
|
||||
All the options to the [Transloadit][tl-options] plugin are supported.
|
||||
|
||||
[file]: https://developer.mozilla.org/en-US/docs/Web/API/File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue