Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25263 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61653 invoked by uid 1010); 9 Aug 2006 14:54:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61634 invoked from network); 9 Aug 2006 14:54:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2006 14:54:41 -0000 X-Host-Fingerprint: 75.31.203.222 adsl-75-31-203-222.dsl.irvnca.sbcglobal.net Received: from ([75.31.203.222:28208] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 39/CC-30310-132F9D44 for ; Wed, 09 Aug 2006 10:33:22 -0400 Message-ID: <39.CC.30310.132F9D44@pb1.pair.com> To: internals@lists.php.net Date: Wed, 09 Aug 2006 07:33:21 -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> In-Reply-To: <1944df00608081956p55c161c2o8f0aa6329e682918@mail.gmail.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") 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. -[Unknown] -------- Original Message -------- > Or a lovely javascript concoction ;) > > -bok > > On 8/9/06, Evert Pot wrote: >> >> Easiest way to go would then be flash or a java applet.. all the other >> methods i can think of are either php extensions or perl.. >> >> steve wrote: >> > We do a "web 2.0" type upload, and show a spinner. When the file is >> > large or the connection slow, people sometimes abort thinking that >> > there was a problem. I'd like to show a progress bar. Is this possible >> > yet? Which version? I can't use perl on these servers (PHP only), so >> > I'm SOL. I've used a patch before, but a client does not want to use a >> > hacked up PHP on production servers. >> > >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > >