Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25274 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28953 invoked by uid 1010); 10 Aug 2006 04:29:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28938 invoked from network); 10 Aug 2006 04:29:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2006 04:29:39 -0000 X-Host-Fingerprint: 75.31.203.222 adsl-75-31-203-222.dsl.irvnca.sbcglobal.net Received: from ([75.31.203.222:17174] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id BE/F0-08715-336BAD44 for ; Thu, 10 Aug 2006 00:29:39 -0400 Message-ID: To: internals@lists.php.net Date: Wed, 09 Aug 2006 21:29:41 -0700 User-Agent: Thunderbird 1.5 (Windows/20051229) MIME-Version: 1.0 References: <57792e850608081529g25f22a28wf768fcffe8801bb5@mail.gmail.com> <44D91BE0.3040303@filemobile.com> <1944df00608081956p55c161c2o8f0aa6329e682918@mail.gmail.com> <39.CC.30310.132F9D44@pb1.pair.com> <44D9F7E2.7030908@lerdorf.com> In-Reply-To: <44D9F7E2.7030908@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 75.31.203.222 Subject: Re: [PHP-DEV] Upload progress From: unknown@simplemachines.org ("Unknown W. Brackets") I had thought that was only for extensions; is there something in the userspace too (without writing/installing an extension)? Thanks, -[Unknown] -------- Original Message -------- > The patch to support this is in PHP 5.2 CVS now. > > Unknown W. Brackets wrote: >> How is that? You can't get any feedback from PHP (except, now, by >> installing/writing an extension) about how far along the upload is - >> no matter how much JavaScript you use. And the browser won't tell you. >> >> Some people have scanned the /tmp directory for possible PHP uploads, >> but this obviously doesn't work even a bit for concurrent users.