jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Features/upload image #290

Closed jrief closed 7 years ago

jrief commented 7 years ago

Added ImageField which together with ng-file-upload can be used to handle form submissions via JSON/Ajax.

jrief commented 7 years ago

@adrienbrunet @jkosir would you please be so kind and review this pull request. It adds support for dragging and dropping images into forms which can be submitted via Ajax.

This pull request will trigger version 0.9

rfleschenberg commented 7 years ago

Will this work with alternative storage backends?

jrief commented 7 years ago

superseded by PR #303 -> closing