Re: jquery multi file uploads in single post

2013-01-16 Thread Randa Hisham
Try to use formsets On Mon, Jan 14, 2013 at 6:55 PM, Chad Vernon 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

jquery multi file uploads in single post

2013-01-14 Thread Chad Vernon
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 si