I'm trying to convert an image (jpg) loaded via cfhttp to binary data. I can't use cffile action="readBinary" as it is not a local file.
| |||||
feedback
|
|
Here's how I handle this, and I use this to grab and process hundreds of images a day with ColdFusion 8.
Once you have the image object you can then do whatever you want with it. Save it to disk, resize, you name it :). I've obviously left out all of my error checking (200 status codes, is it an image, etc), but this should get yous started. | |||
|
feedback
|
|
I've done the following which seems to work:
| |||
|
feedback
|