I have looked all over the web for a simple, easy to use php image upload script that scales the image down if over the maximum dimensions.
Required functions:
The script will be integrated into a CMS so needs to be very simple.
Scales down image if over max dimensions.
* The script should also use random file names.
Can anyone point me to a good script that does just the above?
Thanks.