123456789101112131415161718192021222324252627282930 |
- ---
- title: Dropbox
- type: examples
- order: 1
- ---
- {% blockquote %}
- Dropbox
- {% endblockquote %}
- <p>
- Here you'll see a demo of how you might set up Dropbox with Uppy:
- </p>
- <% include dropbox/src/html/app.html %>
- <script src="dropbox/static/js/app.js"></script>
- <hr />
- <p>
- On this page we're using the following HTML snippet:
- </p>
- {% include_code lang:html dropbox/src/html/app.html %}
- <p>
- Along with this JavaScript:
- </p>
- {% include_code lang:js dropbox/src/js/app.js %}
|