This repository was archived by the owner on May 25, 2023. It is now read-only.

Description
Great project, thank you!
However, I'm trying to implement the uploader. It works perfectly in FF, Chrome and Safari, but IE7, 8, 9 all fail to load the JSON response correctly.
My server-side uploader is correctly making the images on the server, but IE only returns Error: [object Error] highlighted in red, rather than the JSON return of thumbnail, url etc.
Are there any tips or guidance you can supply on trying to resolve or debug this IE only issue?