scottcheng / cropit

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

File preview not working on safari ( FileReader issue ) #65

Closed yogeshsaroya closed 9 years ago

scottcheng commented 9 years ago

@yogeshsaroya Could you further explain the problem please -- what exactly is not working on Safari?

yogeshsaroya commented 9 years ago

@scottcheng on safari, open this http://scottcheng.github.io/cropit/ , now try to upload new image using " Select new image " button then check error message on console ( ReferenceError: Can't find variable: FileReader )

image

Thanks

scottcheng commented 9 years ago

What version of Safari are you using? FileReader is supposed to work on Safari 6+ (see CanIUse).

yogeshsaroya commented 9 years ago

hmmm.. i am using ver 5.1.7.

scottcheng commented 9 years ago

Well that's why...