Click to See Complete Forum and Search --> : How can I get a Perlmodified and saved image to display new image w/generated html


tgneid
08-14-2007, 08:35 AM
I have a script that uploads a photo saves it, then if requested uses ImageMagick to rotate the image then save it with the original file name . However, when I generate HTML and display the image, from the same script it displays the original image, not rotated.

Is there a way to clear the original image from Cache or the Tmp directory, whereever it is being saved so it will be reloaded and display the rotated image?

Tom N.