I have a form that should upload image and then show jquery cropper to let user crop image. I don't want to make a form submit. Is there a way to store selected in
<input file...
image content? To prevent uploading. So I select image, then crop it and only after then I save cropped image. Is it possible?