Just an update. It seems like it is working. :) I need to tweak it some more to get the result I want but at least the file is being uploaded... within a CFWINDOW.
So IFRAME is the answer. Thanks DAN! > Thanks Dan, > > I haven't really used IFRAME much except to display external sites, so > I haven't played with the JS interaction between them. I should give > it a try and see if I can get it to solve the upload problem. Will > tell you how it goes. > > Andy > > >Andy, > > > >>Interesting... I wonder. I used IFRAME to display a PDF file within > a > >>CFLAYOUT (pushing data one way). However I am not sure of the level > of > >>interactivity possible with IFRAME (data going both ways). It might > work if > >>you just want to pass the form information one way to the IFRAME. > > > >What I've done in the past is set the "target" attribute of the <form > /> tag > >to point to the <iframe />. Then whatever script your posting to in > the > ><iframe /> you can just use a JS callback function to notify the main > page > >when the upload is complete. That's a technique that I've used since > 1998. > > > >-Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287708 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

