I've built a photo upload feature for my app. However, it's only a single file at a time.
I'm trying to find a good javascript plugin to allow users to select multiple files. I've found a few interesting ones and I'm trying to decide if anybody has any experience with any of them or has any better ideas. My basic form doesn't use javascript, so it makes a nice fall back. But I want something more interact too. My upload script can be looped, so I'm anticipating that these scripts will return an array of some sort I can loop against. jQuery File Upload http://blueimp.github.com/jQuery-File-Upload/ Uploadify http://www.uploadify.com/ http://john-sieber.com/post/creating-a-multi-file-image-uploader-with-coldfusion-and-uploadify -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
