Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25250 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51213 invoked by uid 1010); 8 Aug 2006 23:09:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51198 invoked from network); 8 Aug 2006 23:09:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2006 23:09:14 -0000 Authentication-Results: pb1.pair.com header.from=iamstever@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 64.233.166.180 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.180:30329] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id A2/3E-13488-83019D44 for ; Tue, 08 Aug 2006 18:29:13 -0400 Received: by py-out-1112.google.com with SMTP id t32so37482pyc for ; Tue, 08 Aug 2006 15:29:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rDTVXtbZavN05g80HaCjKCHo5UsZVWJOCV8ZFTH8gTd0yunuYZMqsbsDziOFCme1wZJP/1gu5IC2SwAslu11Ts/jPVNDCadoyaWccOx2VYcwfLgt1MTzhbIQzJWPKWG6UYu9wh1B475AKP4KUntX2Lw8hwUngrnRBSYzYQ5rIBk= Received: by 10.35.113.12 with SMTP id q12mr185727pym; Tue, 08 Aug 2006 15:29:09 -0700 (PDT) Received: by 10.35.57.19 with HTTP; Tue, 8 Aug 2006 15:29:09 -0700 (PDT) Message-ID: <57792e850608081529g25f22a28wf768fcffe8801bb5@mail.gmail.com> Date: Tue, 8 Aug 2006 15:29:09 -0700 To: "php internals" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Upload progress From: iamstever@gmail.com (steve) 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.