Try to use formsets

On Mon, Jan 14, 2013 at 6:55 PM, Chad Vernon <chadver...@gmail.com> wrote:

> 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.
>



-- 
Randa Hesham
Software Developer

Twitter:@ro0oraa <http://twitter.com/#%21/ro0oraa>
FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa>

ٍ

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
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