Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 79953 invoked from network); 25 Apr 2007 19:58:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2007 19:58:52 -0000 Received: (qmail 56607 invoked by uid 500); 25 Apr 2007 19:58:39 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 56579 invoked by uid 500); 25 Apr 2007 19:58:39 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 56526 invoked by uid 99); 25 Apr 2007 19:58:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 12:58:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [193.252.22.25] (HELO smtp24.orange.fr) (193.252.22.25) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 12:58:29 -0700 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2433.orange.fr (SMTP Server) with ESMTP id 558E61C00095 for ; Wed, 25 Apr 2007 21:58:07 +0200 (CEST) Received: from nadia.home (ANantes-151-1-121-42.w86-203.abo.wanadoo.fr [86.203.91.42]) by mwinf2433.orange.fr (SMTP Server) with ESMTP id 335291C00094 for ; Wed, 25 Apr 2007 21:58:07 +0200 (CEST) X-ME-UUID: 20070425195807210.335291C00094@mwinf2433.orange.fr Received: from 5.123.97-84.rev.gaoland.net ([84.97.123.5] helo=[192.168.1.130]) by nadia.home with esmtpsa (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.63) (envelope-from ) id 1Hgncr-00081a-Ml for users@httpd.apache.org; Wed, 25 Apr 2007 21:58:05 +0200 From: strawks To: users@httpd.apache.org In-Reply-To: References: <538957.22955.qm@web86902.mail.ukl.yahoo.com> Content-Type: text/plain Date: Wed, 25 Apr 2007 21:58:01 +0200 Message-Id: <1177531081.26886.21.camel@millie.home> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Chunked transfers from client to server On mer, 2007-04-25 at 14:36 -0400, Joshua Slive wrote: > On 4/25/07, Draks Draks wrote: > > Hello all, > > > > I need to POST files to an Apache server (version 2.0.58) using the chunked > > transfer mode. However my PHP script doesn't seem to receive anything. I > > have tested with another server (2.2.3) and it works fine. > > > > Does anybody know what is the problem here? > > PHP versions before 5.1 or so explicitly forbid chunked input. The server is running PHP 5.2.1. I think I'll just give up with chunked transfers and use the content-length header since I know the length of the files. strawks. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org