I'm testing my app on Internet Explorer 9, the app works fine on Chrome, Firefox, Opera and Safari, but in IE.... Well, in this code:
this.xhr.open("PUT",url,true);
The IE says 'SCRIPT87: Invalid argument.' i attach an image:
The xhr element is a XDomainRequest() object, the url attribute is a correct url. Anybody knows what are IE9 talking about?