Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82822 invoked by uid 1010); 18 Oct 2006 19:50:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82807 invoked from network); 18 Oct 2006 19:50:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2006 19:50:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=mba2000@ioplex.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mba2000@ioplex.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ioplex.com from 66.220.1.142 cause and error) X-PHP-List-Original-Sender: mba2000@ioplex.com X-Host-Fingerprint: 66.220.1.142 www.ioplex.com Linux 2.4/2.6 Received: from [66.220.1.142] ([66.220.1.142:2297] helo=www.ioplex.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/92-57502-68586354 for ; Wed, 18 Oct 2006 15:50:32 -0400 Received: from quark.foo.net (c-69-142-196-170.hsd1.nj.comcast.net [69.142.196.170]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by www.ioplex.com (Postfix) with ESMTP id 8CA8042B63; Wed, 18 Oct 2006 15:50:27 -0400 (EDT) Date: Wed, 18 Oct 2006 15:50:25 -0400 To: Rasmus Lerdorf Cc: fred@fmoses.com, internals@lists.php.net Message-ID: <20061018155025.4ccca82e.mba2000@ioplex.com> In-Reply-To: <453682D4.4010200@lerdorf.com> References: <9A.94.57502.9A656354@pb1.pair.com> <453656FE.8020602@lerdorf.com> <20061018153630.0d1339c3.mba2000@ioplex.com> <453682D4.4010200@lerdorf.com> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Upload progress From: mba2000@ioplex.com (Michael B Allen) On Wed, 18 Oct 2006 12:39:00 -0700 Rasmus Lerdorf wrote: > Michael B Allen wrote: > > On Wed, 18 Oct 2006 09:31:58 -0700 > > Rasmus Lerdorf wrote: > > > >> Fred Moses wrote: > >>> What ever became of support for a progress bar during file upload? It > >>> seems to have been relegated to the doldrums. It would be extremely > >>> handy for a commercial client of mine whose customers upload large image > >>> files. > >> It's in 5.2. You can see it running here: > >> > >> http://progphp.com/progress.php > > > > This is cool! How big can the files be? Are they limited to post_max_size > > and similar? > > Yes, it's just the regular file upload code, so the same restrictions > are enforced. Can an extension get access to the client socket such that it can decode chunked POSTs of unlimited size? I want to read buffers within the extension as opposed to writing it to a file. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/