Hi Jason, I don't have any experience with this myself, at least not yet. I've started really liking jQuery though and the ability that it has. Here is a link of one that I found that might do what you want.
http://www.fyneworks.com/jquery/multiple-file-upload/ Have you looked into using ajax to upload the files? As soon as they select the file, it would send a request to the server to grab it. Then each file would be uploaded individually but at the same time they are working on the rest of the form. This is something that the Confluence wiki does and I reallly like it. I know there are a handful of plugins out there for that as well. Ben On Mar 15, 2012 1:39 PM, "Jason Allen" <[email protected]> wrote: > 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 > -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
