Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2A76B200BFE for ; Mon, 16 Jan 2017 11:31:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 29028160B30; Mon, 16 Jan 2017 10:31:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7446C160B22 for ; Mon, 16 Jan 2017 11:31:58 +0100 (CET) Received: (qmail 53118 invoked by uid 500); 16 Jan 2017 10:31:57 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 53106 invoked by uid 99); 16 Jan 2017 10:31:57 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2017 10:31:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B4901C0748 for ; Mon, 16 Jan 2017 10:31:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=6.31 tests=[KAM_COUK=1.1, RP_MATCHES_RCVD=-2.999, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id oZ3JpSsoxbwp for ; Mon, 16 Jan 2017 10:31:55 +0000 (UTC) Received: from ns1.nbmlaw.co.uk (ns1.nbmlaw.co.uk [217.174.253.19]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id E2CED5F576 for ; Mon, 16 Jan 2017 10:31:54 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by ns1.nbmlaw.co.uk (Postfix) with ESMTP id 323712C0AE2 for ; Mon, 16 Jan 2017 10:31:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at nbmlaw.co.uk Received: from ns1.nbmlaw.co.uk ([127.0.0.1]) by localhost (ns1.nbmlaw.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wEVRE_14M8jL for ; Mon, 16 Jan 2017 10:31:47 +0000 (GMT) Received: from Mac-mini-2.local (136.red-81-34-121.dynamicip.rima-tde.net [81.34.121.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ns1.nbmlaw.co.uk (Postfix) with ESMTPSA id BD5A02C028A for ; Mon, 16 Jan 2017 10:31:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 ns1.nbmlaw.co.uk BD5A02C028A To: users@myfaces.apache.org From: Matthew Broadhead Subject: h inputFile file size Message-ID: Date: Mon, 16 Jan 2017 11:31:47 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Mon, 16 Jan 2017 10:31:59 -0000 Hi, I am successfully using h inputFile to upload a file to a named bean. However the file size seems to be limited to 1MB. i have searched the internet and it led me to changing the settings in the web.xml like so Faces Servlet javax.faces.webapp.FacesServlet 1 20848820 418018841 1048576 however this seems to have no effect. Is this the correct method and if so what might i be doing wrong?