|
@@ -1,17 +1,5 @@
|
|
|
<!-- Basic Uppy styles -->
|
|
|
-<link rel="stylesheet" href="/css/uppy.css">
|
|
|
+<link rel="stylesheet" href="/uppy/uppy.css">
|
|
|
|
|
|
-<!-- <div class="UppyDragDrop"></div> -->
|
|
|
-
|
|
|
-<form id="upload-target" class="UppyDragDrop" method="post" action="/" enctype="multipart/form-data">
|
|
|
- <img class="UppyDragDrop-puppy" src="/images/uppy.svg">
|
|
|
- <div>
|
|
|
- <input id="UppyDragDrop-input" class="UppyDragDrop-input" type="file" name="files[]" data-multiple-caption="{count} files selected" multiple />
|
|
|
- <label class="UppyDragDrop-label" for="UppyDragDrop-input">
|
|
|
- <strong>Choose a file</strong>
|
|
|
- <span class="UppyDragDrop-dragText"> or drag it here</span>.
|
|
|
- </label>
|
|
|
- <!-- <button class="UppyDragDrop-btn" type="submit">Upload</button> -->
|
|
|
- </div>
|
|
|
- <div class="UppyDragDrop-status"></div>
|
|
|
-</form>
|
|
|
+<!-- Target DOM node -->
|
|
|
+<div class="UppyDragDrop"></div>
|