I have used this one before: https://github.com/blueimp/jQuery-File-Upload
Demo http://blueimp.github.com/jQuery-File-Upload/ You will have to translate the php upload file to CFM but if memory serves me correctly it was not that bad. I do not have access to source code anymore for the cfm otherwise I would share. Randy On Mon, Feb 11, 2013 at 12:37 PM, Jason Allen <[email protected]>wrote: > I'm working on a photo uploader. Pretty simple, and with normal cffile > uploader it works fine. > > I want users to be able to select multiple photos though, and I realize > that this is most likely a javascript technique. > > However, I'm curious if anybody has experience with this. What they used, > and how they went about it. > > My plan is to create a CFC that can be looped over for each file, and the > cfc will take the provided file, and put it through my upload scripts. > > My guess is the best .js option is probably jQuery based. > > Thoughts? > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
