Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1135
Strange behaviour with igFileUpload in IE 9
posted

Good day,

I am having a strange situation with the upload control when using IE 9.

I upload the file data directly to a WCF service, by changing the "uploadUrl" property to my WCF REST service, that accepts a stream.

However, this method also returns a list object, but in IE 9, the data returned is trying to download a file instead of firing the "uploaded" event.

What could be causing this?