Good day All,
We have a small app where we upload files to a server. We are using the igUpload for this.
It works fine in IE 10, and all the newest browsers, but on IE9 and FireFox I cannot upload the file and get a message similar to: "nosuchkeyID", maybe the file is too big.
This also happens when I switch my IE10 to Ie 9 compatibility mode.
Also take note I am uploading to my own custom Url, instead of the Url provided by default.
What am I doing wrong?
Hello Eduard,
I am assuming that in this scenario the developer tools, an error 405 Method Not Allowed is returned in this scenario when the issue occurs under IE9 ? If that is the case, it is possible that the issue may be related to the website configuration. In order to allow me to examine this matter in more detail, a small working sample of this scenario would be greatly appreciated.
Please do not hesitate to contact me with any updates or questions.
Please do not hesitate to contact me if you are still experiencing issues with this matter.
Hi Petar,
I've finally tracked down the problem. It was related to CORS, and various headers not being present. I've since implemented a solution to send back the correct headers and allow the appropriate access. I've managed now to get the system working on IE 9, Chrome and FireFox, without issue.
Hope this can help someone else experiencing these problems as well.
Take note, Fiddler, FireBug, Chrome and IE Dev Tools, they are lifesavers!!!!!!!!!!!!!!!!!
Thank you,
Regards,
Eduard Kruger.