What is the most efficient way to group a bunch of file uploads together on the following screen? I currently have http://blueimp.github.io/jQuery-File-Upload/ implemented on one of my websites, and I use a hidden field with some random generated id that gets passed into the next page. This has proven to be unreliable, and I was wondering if someone had a better way of making sure all of the XHR files responses are grouped together on the next page?
Thanks.
Not 100% sure what you mean by grouping the files, but if you want to make sure the files are legit, perhaps using a SESSION key will help.