Andy,

Can you share the code you used for the iframe?

Thanks

> 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 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287767
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to