How to resize images automatically while uploading to a server? (php maybe?)?

yazzz

New member
I'm trying to set up a website for someone who is not very tech savy where they could put up some pictures from their digital camera. They don't know how to resize images themselves before uploading so all the images they uploaded are 2 to 3 MB large. I would like it to be as easy as plugging in their camera and browsing to whatever images they want and clicking an "upload" button. However the pictures should be resised to 640x480 and up to 200kb on the server. What would be a good way of accomplishing this? I would appreciate any help I can get.

Also, the php memory limit for the server is 40M
 
Back
Top