-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> I want to dynamically pass images to a page and was thinking 
> of using <cfcontent>:
> 
> <img src="getimage.cfm?pagesrc=1">
> 
> and have on getimage.cfm:
> 
> <CFCONTENT TYPE="image/gif" FILE="#trim(gettheimage)#.gif" 
> DELETEFILE="No">
> 
> is this possible??  it does not work as I have it now.

It's certainly possible, but where is the value of gettheimage coming
from?  Also, you need to specify a full server path for CFFILE, so it
should look something like:
"D:\Webs\images\#Trim(GetTheImage)#.gif"

Maybe if you made your image call look like:
<img src="GetImage.cfm?GetTheImage=SomeImage">

Then you should get D:\Webs\images\SomeImage.gif.

Best regards,
Zac Bedell

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>
Comment: Please use PGP!!!

iQA/AwUBOabMAgraVoMWBwRBEQK+igCfZv46wLRw+DZteMNC3Y3yBjuCI/4AoO4Q
H4qt5V+EhCVcjc/fzCbJ4n/v
=AeMG
-----END PGP SIGNATURE-----
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to