Mark W. Breneman wrote:
> That is close to what I already have.
> 
> Let me re-ask the question. Is there a way to not link to a graphic but
> rather include the "raw" code of the image?

Perhaps. I have never tried to make one, but if you start messing with 
cfcontent and cfheader until you send a multipart/related document with 
the image inline it might work. Something like email with inline images 
(for which Outlook uses IE to display them, so it should be possible). 
And wasn't there some Nimda that did that to make the page request a 
file that was actually piggybagged but could then be executed with local 
permissions?

It will be a hell of a job, but in theory it could work.


> What I am hoping for is some thing like:
> <img src="
> yOya JFIF   ` `  y? LEAD Technologies Inc. V1.01 yU " 
> 4"@.0&4LCPOKCIHT_yfTYr[HIi?jr}????Qe.Y
> ""zy.?,>"">,WIW,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,yAc
>                   }
> !1AQa"q2?'!#B?ARN?$3br,
> 

More like (just brainstorming):

<cfcontent>
<cfheader>
<cfheader>
<cfheader>
<cfheader ....  .... "----Boundary----">

----Boundary----
Content-type: text/HTML

<html>
....
<img src="cid:22553-23452352-235452-253525";>
....
</html>

----Boundary----
Content-type: image/gif
Conten-ID: 22553-23452352-235452-253525
Content-Transfer-Encoding: Base64

KJGAKJGAYSGDABakBdBKadLBcHJLCLATD&
hsflahflblLJKHAUIHFAKLBACHUAsdlNBy
gkk==

----Boundary------

IRL, even writing a customtag to add that image to every directory and 
later removing it is a better idea.

Jochem

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to