Upload from browser failing in IE 8 and 9.
I am having an issue when uploading from the browser in IE 8 and 9. The original issue I was having was covered at http://support.cloudinary.com/entries/28273261-IE9-prompt-to-download-JSON-from-cloudinary-during-image-upload-from-browser (cloudinary_cors.html was there, callback was missing). I have placed the callback, and the cloudinary_cors.html is accessible at http://www.mydomain.com/cloudinary_cors.html.
Now I'm getting an error similar to https://github.com/cloudinary/cloudinary_js/issues/31 (an error in **$.fn.cloudinary_fileupload **on the line 'if (data.result.error) return;'). A comment in the github issue said that the user fixed it be correctly referencing cloudinary_cors.html. Does it create an issue if the page that is using the upload is on http://wiki.mydomain.com/ and the cloudinary_cors.html is on http://www.mydomain.com? If that's not the issue, what could be the problem?
I'm getting a 302 response from the upload, and a 200 response from cloudinary_cors.html. However, the event cloudinarydone is never fired. and I have no way of accessing the information.
-
Hi Matthew,
In order for this to work, please make sure that the website which uploads the file and the
cloudinary_cors.html
are from the same domain. This won't work otherwise.0
Post is closed for comments.
Comments
1 comment