On 4/8/2010 11:58 AM, Fred Grainger wrote:
>    
>> You said that "When I build the file path from the database fields it
>> will not work. ".  Lets see that code.  Something may not be what it
>> seems to be.
>>
>>
>>      
> <cfset variables.ImageSource = 
> 'C:\Inetpub\wwwroot\Interspire\images_originals\<cfoutput>#trim(catalog.sku)#</cfoutput>.png'>
>    

<cfset variables.ImageSource = 
'C:\Inetpub\wwwroot\Interspire\images_originals\#trim(catalog.sku)#.png'>

> The value is:
> C:\Inetpub\wwwroot\Interspire\images_originals\707-2298005-001.png
>    

I bet if you view source you will see that the value is really :

C:\Inetpub\wwwroot\Interspire\images_originals\<cfoutput>707-2298005-001</cfoutput>.png

But the browser is hiding the tags it does not understand.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332798
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to