>When CFHTTP is used to retrieve an html page, it gets the URLs of the
>images, not the actual images.  You could write a program to parse
>the retrieved html page, then go after each image... but, to what
>end...

it's an "dynamically created image server" application we're CFHTTPing at, 
while and the "client" in the browser is a java appplet.  We cannot get the 
java applet past the sndbox security to talk to a image server because it's 
not server the applet was loaded from.  So we have to move the image 
physically from the image server to the CF server, and serve it to java 
from there.

>... if you output the retrieved html, your browser will retrieve the
>images from the src URLs within the html.

a java applet won't.

Len

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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