1) First I am uploading an image.
2) If the image looks ok then it is displayed as is else the image is displayed but with an image of an 'X' (with a transparent background) over it. Of course the 'X' should be able to change in size to fit any size picture (if the 'X' is static then it may be too small or too big)
I need to get the height and width of the image so I can specify how big the 'X' should be.
when using javascript alone, then I can get the height/width of the first image. However, when I combine the code with CF, then it doesn't work correctly.
I'm also not sure how to place the 'X' over the uploaded image.
Any help would be great! Thanx
2) If the image looks ok then it is displayed as is else the image is displayed but with an image of an 'X' (with a transparent background) over it. Of course the 'X' should be able to change in size to fit any size picture (if the 'X' is static then it may be too small or too big)
I need to get the height and width of the image so I can specify how big the 'X' should be.
when using javascript alone, then I can get the height/width of the first image. However, when I combine the code with CF, then it doesn't work correctly.
I'm also not sure how to place the 'X' over the uploaded image.
Any help would be great! Thanx