I am using an image upload feature found from here (http://www.w3schools.com/php/php_file_upload.asp).
With this code, I want to compress the image to a smaller size before it uploads, how do I integrate this with the existing code?
I am using an image upload feature found from here (http://www.w3schools.com/php/php_file_upload.asp).
With this code, I want to compress the image to a smaller size before it uploads, how do I integrate this with the existing code?