Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Albino G #1
Saving image within CFFILE, not <img src
Is there a way to place the result of a cfchart, or any other image file, into
an RTF document so that the source picture can be deleted from the server yet
the document's picture does not change? Currently I use <img src=''> but this
requires web conectivity and is just a web link. How can I inset the image
into my dynamic cffile?
Thanks:
:confused;
<cffile file="#savePath#TopDol_#session.user.userid#_#rand Num#.rtf"
action="write" nameconflict="overwrite" addnewline="yes" output="
<div id='Print' style='font-family: Verdana, Arial, Helvetica,
sans-serif;font-size: 12px;text-align: left;'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td align='center' colspan=3><h2 stlye='font-size: 90%; color:
##006699;'>#Title#</h2></td>
</tr>
<tr>
<td colspan=3> </td>
</tr>
<tr>
<td> </td>
<td align='center'><image
src='#request.url#/TopDol_#session.user.userid#_#randNum#.jpg'>
</td>
<td> </td>
</tr>
<tr align='center'>
<td align='center' colspan=3> ($'s in Thousands) </td>
</tr>
</table>
</div> ">
Albino G Guest
-
Saving JPG or GIF to Vector Image
Hi All! Using Photoshop 7.0 or Firewroks MX, how do I save full-color JPG or GIF image to vector? Thanks in advance. -
CFFILE and image props
I have used CFFILE many times with success. I now have a client that wants to upload images but wants to know if there is a way for me to have the... -
Saving image programatically ...
The following code polls a webcam and puts an image on the screen as expected. <cfhttp url="http://www.comune.pesaro.ps.it/CamImageGet.asp">... -
saving image from url
Hi guys, Im trying to save an image locally on the server from a url like http://www.site.com/image.jpg So I did try with the fopen and fwrite... -
Saving image cast members to an image
Hi, Is it possible to save a cast member that is an image to a file (I want to have a bunch of images inside a cast and to give the possibility to... -
Albino G #2
Re: Saving image within CFFILE, not <img src
I am using ColdFusion MX 6.1
Albino G Guest



Reply With Quote

