Hi,

I've experienced strange problems with later IE versions, when they are forced to run under previous (i.e. non-edge) compatibility - up to the point that Ajax wasn't working at all :/.

A "X-UA-Compatible" response header is always safer to use than a meta tag, since the latter can/will be overwritten by IE depending on its settings and the position in the markup.

>now it works fine

Great!

Sven

On 07/16/2014 07:56 AM, ashindler wrote:
Hi Sven,

I added this to my code and now it works fine:

@Override
        protected void setHeaders(WebResponse response)
        {
            response.setHeader("X-UA-Compatible", "IE=edge");
        }

Thanks for pointing me in the right direction!

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Fileupload-causes-internet-explorer-11-to-hang-tp4666619p4666622.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to