class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Thanks for a wonderful script! I am trying to use a javascript imagearea script to crop, and the javascript are using x1, y1, x2, y2. Can somebody please help me out with some directions or code snippet. I have managed to crop it, but it's not correct.Reply
Thanks for a wonderful script! I am trying to use a javascript imagearea script to crop, and the javascript are using x1, y1, x2, y2. Can somebody please help me out with some directions or code snippet. I have managed to crop it, but it's not correct.
Well I have tested this one, but I get this error:
Fatal error: Call to undefined method upload::image_crop() in C:\xampp\htdocs\index.php on line 114
Is there something I miss here?
I found out that it was missing = array, and I just now wanted to post it here, but you beet me to it!
Thanks! It works like a charm!