Log in

View Full Version : Image script?



jc_gmk
01-07-2008, 03:51 PM
I've created a website so that other people can update the products/content.

The problem is that the people doing the updating will also be uploading product images.

I have already created a PHP script that uploads images but is there anything available that will automatically create a thumbnail of the image plus rename the image after it has been uploaded?

Thanks

kosi
01-07-2008, 09:55 PM
can you post your uploading script?

jc_gmk
01-08-2008, 09:52 AM
I have a very modified script but I got the basics from here:
http://uber-uploader.sourceforge.net

It uses PHP, PERL and Javascript and shows an upload progress bar.
Works very well!

But back to the original question; does any one know if it is even possible to automatically create thumbnails and rename the image after the upload?

codeexploiter
01-08-2008, 10:04 AM
Checkout this one for the thumbnails

http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm

http://phpthumb.sourceforge.net/