wlanslovenija / django-tastypie-mongoengine

MongoEngine support for django-tastypie.
Other
73 stars 59 forks source link

Upload file image #39

Closed giaosudau closed 11 years ago

giaosudau commented 11 years ago

How to use django-tastypie-mongoengine to upload file image via api?

mitar commented 11 years ago

Please see https://github.com/toastdriven/django-tastypie/issues/42

There is no support for it in Tastypie, so there is no support for it here.

You can see how I implement this in my project:

https://github.com/wlanslovenija/PiplMesh/blob/master/piplmesh/frontend/views.py#L98