RE: multiple attachment selection client side.....

2001-12-30 Thread Sebastiaan Barlo
Cameron and Ron, Thanks for the replies. I was afraid of that. I was thinking about the hotmail way, just put the locations of the uploaded files into a list and track this list through a session variable or something. I think that is possible and than loop through the list and make a cfparam

RE: multiple attachment selection client side.....

2001-12-29 Thread Cameron Childress
I'm working on a webmail application and I want to give users the ability to attach multiple files to there messages. I know how to do the server part of this procedure but not the client side. I can't get this to work with input type=file cause this only supports one file at a time and I

RE: multiple attachment selection client side.....

2001-12-29 Thread Ron Hornbaker
The only non-applet (pure html and CF) method is to use multiple input type=file tags on the form, then loop through them on the action template. End result can look something like this demo page: http://www.humankindsystems.com/images.htm Ron Hornbaker President/CTO . . . . . . . .