Hi !

Here we use Django admin as main input interface for our staff in the field.
Our models have image fields, where the staff directly loads images from
the camera.

There are two main problems :
- the form is very slow to submit, as everything is uploaded at once, at
the very end, even if taking the pictures is done first;
- if the form is invalid for any reason, the picture is lost, and must be
taken again.

So I'm looking for an app to do ajax file upload. I had a look at those :
https://djangopackages.org/grids/g/ajax-file-uploading/
But I didn't find one that :
- is maintained (django 1.9+)
- integrates into the admin
- doesn't rely on an external service provider (fineupload, uploadcare...)

Does such an app exist ?

Thanks !

Olivier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAExk7p1DA0uYrcuEySRPpHBXoCLGqMNXatRNSd0KeAvfdkTsvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to