Is there any way to compress image files after they've been loaded by user on server?
I am limiting the upload size of each file to 100kb and each user can upload upto 5 picture files. However, I'd like to know if after they've uploaded the file whether I could possibly optimise the size / compress the image file after it's been loaded onto my server?
Just another question to add, is it better to store images in MySQL or just as a link in the database?