dragdrop.hbs 637 B

1234567891011121314151617
  1. <form class="UppyDragDrop-form"
  2. method="post"
  3. action="/"
  4. enctype="multipart/form-data">
  5. <img class="UppyDragDrop-puppy" src="/images/uppy.svg" />
  6. <input class="UppyDragDrop-input"
  7. type="file"
  8. name="files[]"
  9. data-multiple-caption="{count} files selected"
  10. multiple />
  11. <label class="UppyDragDrop-label" for="UppyDragDrop-input">
  12. <strong>{{ chooseFile }}</strong>
  13. <span class="UppyDragDrop-dragText">{{ orDragDrop }}</span>.
  14. </label>
  15. <button class="UppyDragDrop-btn" type="submit">Upload</button>
  16. <div class="UppyDragDrop-status"></div>
  17. </form>