Image manipulation with JQuery and PHP
- by robertdd
I want to do some kind of image editor, after I upload more images I want to make a list with all the thumbnails!
After, I want to be able to click on one thumb and rotate, duplicate, drag and drop (to change positions of the images), and delete the image. I want all the images to be in a php array. If an image is deleted I want to delete the row…