CodeYellowBV / django-binder

A framework based on Django for SPA webapps with a REST-like API
MIT License
14 stars 18 forks source link

Better FileFields #98

Open irfinnew opened 6 years ago

irfinnew commented 6 years ago

Binder has FileField/ImageField support. In short, you do a multipart/form-data POST /api/model/5/filefield/ to update the file on a model instance.

There are problems:

We want a long-term direction for how to refactor this so we can fix all these problems.

Some random thoughts:

irfinnew commented 6 years ago

@abzainuddin @sjamaan @Daanvdk