Aaron, I'll suggest you to use this great javascript and Flash utility to upload several files. Works like a charm for me integrated with CF backend. Very impressive!
http://swfupload.mammon.se/ Cheers p.s.: If you need that scripts(javascript files and CF) please call me. ;-) 2007/8/28, Aaron Roberson <[EMAIL PROTECTED]>: > > Brian, > You're right, I'm just passing a string and not actually submitting a > form. > But why can't I assign the value of the string being passed to a variable > in > the form scope? > > I also noted that much of the scripts out there for file upload with AJAX > use iFrames. I have not never used iFrames with AJAX so I will have to get > versed in that first. Thanks for the tip and I will look around and see if > anything exists for Prototype already. > > -Aaron > > On 8/28/07, Brian Kotek <[EMAIL PROTECTED]> wrote: > > > > You can't do this in the way you are attempting. You're not actually > > submitting the form, you're just passing a string. If you Google around, > > you'll see that all of the AJAX file upload libraries use iFrames (such > as > > http://www.webtoolkit.info/ajax-file-upload.html). I'd try to follow > that > > approach. You might also check to see if there are any Prototype or > > Scriptaculous plugins that will do this for you. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287357 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

