hi,
on a site, i have to upload images and manually crop them. is there a script so i can crop them without reloading the page (so i can integreate easily), and that will just pass the cropped image location as a $_POST value (via js form submission?)
edit - i meant use JS to sent the crop dimensions (via ajax), get the returned data (ie. the cropped filename) that can then be send (via post/get) in the form