gone icon indicating copy to clipboard operation
gone copied to clipboard

Support file uploads

Open fxnn opened this issue 9 years ago • 1 comments

In the edit view, as alternative to using the text area, a user should be able to upload a file from his computer. The contents of that file will be saved under the URL being edited.

fxnn avatar Mar 08 '16 08:03 fxnn

Options for upload components:

  • Dropzone.js, compatible to HTML upload, no JS dependencies, fully customizable, but maybe doesn't match our requirements out of the box (per default designed for multiple files to upload)
  • FileDrop.js -- dead simple, can turn every HTML tag into an upload component, no JS dependencies

fxnn avatar May 22 '16 18:05 fxnn