I am using the PHP File Uploader to upload pictures. I would like to know if there is a way to reduce the size of the pictures automatically while they are being uploaded.
I, of course, realize that I could use something like Adobe Photoshop to reduce the sizes before uploading them; I would like it if the PHP File Uploader could do that during the upload process.
Thank you.