Not finding what you are looking for? Request a recipe!
I have 3 images 1-3.jpg in a directory Read the image into memory. Write the image at the current size to the browser. Resize the image in memory. At this stage you could write the image back to a file or attach it to an email via cfmail etc. Write the small image to the browser.
Use cfhttp to get the data, then parse it and display the result.
Add the result attribute to the < cfquery > block to access the generatedKey