I'm creating an asset management system with Django and I'm using this 
jquery multi-file uploader:
http://blueimp.github.com/jQuery-File-Upload/

I want to be able to get all uploaded files in a single POST request 
instead of each file having it's own request so I can count all the files 
as a single check-in.  The uploader has a singleFileUploads option that is 
supposed to do just this, but in my view, the request.FILES always has just 
one value.  Does anyone have any experience with this or have any 
suggestions?

Thank you,
Chad

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/EDthZAV_fR4J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to