Return-Path: X-Original-To: apmail-wicket-users-archive@minotaur.apache.org Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A16111AB9 for ; Wed, 16 Jul 2014 05:57:19 +0000 (UTC) Received: (qmail 6186 invoked by uid 500); 16 Jul 2014 05:57:18 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 6145 invoked by uid 500); 16 Jul 2014 05:57:18 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Received: (qmail 6134 invoked by uid 99); 16 Jul 2014 05:57:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 05:57:18 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of alexshindler@hotmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 05:57:15 +0000 Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 5D60B1ECC84 for ; Tue, 15 Jul 2014 22:56:09 -0700 (PDT) Date: Tue, 15 Jul 2014 22:56:50 -0700 (PDT) From: ashindler To: users@wicket.apache.org Message-ID: <1405490210821-4666622.post@n4.nabble.com> In-Reply-To: <1405489637728-4666621.post@n4.nabble.com> References: <1405435029765-4666619.post@n4.nabble.com> <53C548B5.1060208@meiers.net> <1405489637728-4666621.post@n4.nabble.com> Subject: Re: Fileupload causes internet explorer 11 to hang MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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: users-unsubscribe@wicket.apache.org For additional commands, e-mail: users-help@wicket.apache.org