comses / miracle

Repeatable data analysis workflows for computational models
1 stars 3 forks source link

look into async file uploaders #5

Closed alee closed 9 years ago

alee commented 9 years ago

Django file upload handling: https://docs.djangoproject.com/en/1.8/topics/http/file-uploads/

Client-side options that we may want to provide integration with:

alee commented 9 years ago

Heya @cpritcha feel free to reassign back if you'd like to punt on this - this is a mostly self-contained piece of work that will get integrated into core/templates/project/detail.html and a dataset upload handler in core/views.py

cpritcha commented 9 years ago

Sounds good. I'll work on getting file uploads working.

cpritcha commented 9 years ago

An alternative Dropzone.js (http://www.dropzonejs.com/)

https://github.com/amatellanes/dropzonejs-django-file-upload

alee commented 9 years ago

Added Dropzone in https://github.com/comses/miracle/pull/7