Hi
I've created a form and script that lets users upload 3 images. The images are then saved to a folder on the server with a new name according to our standards. They are always saved as a JPEG.
What I need to do now is modify those images so that they are not too big.
We allow uploads of 600K. We'd like to reduce those files to a size of 30K maximum.
I just cannot work out how to use the file functions correctly for this and would like help.
Thanks