123456789101112131415161718192021222324252627282930 |
- ---
- title: Status Bar
- layout: example
- type: examples
- order: 5
- category: 'Examples'
- ---
- {% blockquote %}
- The StatusBar plugin shows detailed upload/processing progress with pause/resume/cancel buttons.
- {% endblockquote %}
- <% include app.html %>
- <script src="app.js"></script>
- <hr />
- <p id="console-wrapper">
- Console output: <br />
- </p>
- <p>
- On this page we're using the following HTML snippet:
- </p>
- {% include_code lang:html statusbar/app.html %}
- <p>
- Along with this JavaScript:
- </p>
- {% include_code lang:js statusbar/app.es6 %}
|