Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support file uploads #24

Open
fxnn opened this issue Mar 8, 2016 · 1 comment
Open

Support file uploads #24

fxnn opened this issue Mar 8, 2016 · 1 comment
Assignees
Milestone

Comments

@fxnn
Copy link
Owner

fxnn commented Mar 8, 2016

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 fxnn added this to the 1.0.0 milestone Mar 13, 2016
@fxnn fxnn self-assigned this Apr 10, 2016
fxnn added a commit that referenced this issue Apr 10, 2016
* only framework
* uploading func not implemented yet
@fxnn
Copy link
Owner Author

fxnn commented May 22, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant