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.

    There are at least a dozen snippets in the code library (under graphics) that you can pick and choose from. If none of those meet your specific needs, let us know.

      maxpup979 wrote:

      There are at least a dozen snippets in the code library (under graphics) that you can pick and choose from. If none of those meet your specific needs, let us know.

      Thank you for your reply. I have checked in the code library and all are very good but just do not meet my needs. Any other ideas?

        Write a Reply...