Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13726 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19933 invoked by uid 1010); 5 Nov 2004 10:03:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19866 invoked from network); 5 Nov 2004 10:03:57 -0000 Received: from unknown (HELO malcolm.ailis.de) (217.115.149.166) by pb1.pair.com with SMTP; 5 Nov 2004 10:03:57 -0000 Received: (qmail 17571 invoked by uid 64014); 5 Nov 2004 10:04:04 -0000 Received: from unknown (HELO ?172.16.0.1?) (k@62.206.245.30) by malcolm.ailis.de with SMTP; 5 Nov 2004 10:04:02 -0000 Message-ID: <418B4FF6.4020503@ailis.de> Date: Fri, 05 Nov 2004 11:03:34 +0100 User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcus Boerger CC: internals@lists.php.net References: <418B4909.7010203@ailis.de> <255444644.20041105104900@marcus-boerger.de> In-Reply-To: <255444644.20041105104900@marcus-boerger.de> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS 0.3.12 Subject: Re: [PHP-DEV] Upload Progress Meter Patch From: k-php-dev@ailis.de (Klaus Reimer) Marcus Boerger wrote: > we've haered of it in the past but it was too late to add for 4.3 > series and obviously nobody cared to look for it for 5.0. So no the > next version we could add it to would be 5.1. In general the idea > is nice but it should also allow for script callbacks: This is possible? Up to now I thought that the retrieving and processing of POST data is done BEFORE the PHP script is loaded. If I'm wrong here it definetly would be a cool thing to have script callbacks for this. And another neat thing would be to have access to the PHP session inside such a callback to store the upload progress data in it. But I think that's difficult because the session id is not known at this early moment.