scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
874 stars 307 forks source link

can't upload same image #290

Open kareemkhalil opened 6 years ago

kareemkhalil commented 6 years ago

dears, when i clear the cropit uploaded image by $(".cropit-preview-image").attr("src", ""); when i upload same image it didn't appears.

thanks

nozelrosario commented 5 years ago

Facing the same issue, Selecting the same image again does not override the already selected image as well. This happens on Safari only though. Seems like some caching issue. When disabled the browser cache from developer tools, it starts working as expected.