|
@@ -1,9 +1,10 @@
|
|
|
<!-- Basic Uppy styles -->
|
|
|
-<link rel="stylesheet" href="/uppy/uppy.min.css">
|
|
|
+<link rel="stylesheet" href="https://unpkg.com/@uppy/file-input/dist/style.min.css">
|
|
|
+<link rel="stylesheet" href="https://unpkg.com/@uppy/progress-bar/dist/style.min.css">
|
|
|
|
|
|
<div class="UppyForm">
|
|
|
<form action="//api2.transloadit.com">
|
|
|
- <h5>Uppy was not loaded — slow connection, unsupported browser, weird JS error on a page — but upload still works, because HTML is cool like that</h5>
|
|
|
+ <h5>Uppy was not loaded — slow connection, unsupported browser, weird JS error on a page — but the upload still works, because HTML is cool like that</h5>
|
|
|
<input type="file" name="files[]" multiple="">
|
|
|
<button type="submit">Fallback Form Upload</button>
|
|
|
</form>
|