Hey guys, I am not very familiar with jquery & am trying to implement jCrop + upload via PHP. I found exactly what I needed ( http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/ ) and attempted to use it but the script is not going past step 6 (from the demo code).
I am able to upload an image to the folder & it will let me select an area to crop, but that's where it ends. When I hit 'crop image' it says "here is your cropped image:)" but does not show anything nor has it uploaded anything.
I checked to make sure the folder permissions are set proper & they are. Donno why it's not working. Any pointers?