If you look at the API for
http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageIO.html
Then you maybe see why it doesn't work -- this wouldn't even work in Java.
cfhttp.filecontent isn't of the right type to send to the read() method.
As Chris recommended; use the new FileRead() commands.
<cfset myImage =
FileRead("http://www.google.co.uk/intl/en_uk/images/logo.gif")>
Save that to disk, using FileWrite() and boom, pass in the URL to
imageio and use the java methods
asantiago wrote:
> Anybody has made something similar? Any help will be appreciate.
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official site @ http://www.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---