Basically for me I openned up a CFWINDOW with the following code (simplified a 
lot):

<cfoutput>
<iframe src="iframe_upload.cfm?UUID=#UUID#" height="400" width="600" 
frameborder="0"/>
</cfoutput>

The iframe_upload.cfm page will have the UPLOAD code and the UUID will help the 
uploads be associated to the original form. I think Dan has an idea of using an 
IFRAME be the target for a form so my example might not be exactly what he 
meant. However using IFRAME will allow you to UPLOAD content within the AJAX UI 
layout. 

For me, the uploads will be saved in a temp directory (which will be cleared 
regularly) and will only be transferred to the final location once the main 
form is saved. 

Hope this helps.

>Andy,
>
>Can you share the code you used for the iframe?
>
>Thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287800
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