This is not a post asking how to upload images - I can do that! - just dealing with the images once they are uploaded!
I am working on a couple of sites where it would be super-useful to be able to select a file (a jpeg image from a digital camera) to be uploded and have a php script save two sets of that image, one as a thumbnail of width 160 px and a larger image of width 640 px.
Also, can I use php to compress the jpeg images by say 40%?
I am doing all the work in photoshop at the moment, and it would save me a lot of time!
So, resize the image twice - thumbnail width 160 px and image width 640 px - and save both as compressed jpeg images at 40% compression.
Thanks for any help you can give!