> Is there a way to display the image without have to copy the image 
> directory to the "secure" folder?

I you can get an https:// connection to the /content/images/ folder then you 
can do this without copying I would think.  Use full urls in your image calls 
instead of relative.  Set the value of the full url to a variable so your code 
stays portable.
<cflock ... >
<cfset application.secureHRef="https://foo.com/bar/";>
</cflock>
<cfoutput>
<img src="#application.secureHRef#myImage.gif">
</cfoutput>

HtH,

[EMAIL PROTECTED]
MSB Web Systems
http://mysecretbase.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242705
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to