index.ejs 539 B

123456789101112131415161718192021222324252627282930
  1. ---
  2. title: Status Bar
  3. layout: example
  4. type: examples
  5. order: 5
  6. category: 'Examples'
  7. ---
  8. {% blockquote %}
  9. The StatusBar plugin shows detailed upload/processing progress with pause/resume/cancel buttons.
  10. {% endblockquote %}
  11. <% include app.html %>
  12. <script src="app.js"></script>
  13. <hr />
  14. <p id="console-wrapper">
  15. Console output: <br />
  16. </p>
  17. <p>
  18. On this page we're using the following HTML snippet:
  19. </p>
  20. {% include_code lang:html statusbar/app.html %}
  21. <p>
  22. Along with this JavaScript:
  23. </p>
  24. {% include_code lang:js statusbar/app.es6 %}