[PHP-DEV] Bug #3367: PHP code callback during file upload From: cclarke <email protected>
Date: 01/31/00

From: cclarke <email protected>
Operating system: All
PHP version: 3.0.14
PHP Bug Type: Feature/Change Request
Bug description: PHP code callback during file upload

It would be very useful if one could invoke some PHP code periodically during the HTTP file upload process (while PHP is creating the temporary file, before the page generally starts processing).

This would enable a PHP user to build a file upload feature that provides feedback and estimated time remaining to users.

This may be similar to "ticks" mentioned in the technical summary of your January meeting, but this is for a part of the process that currently preceeds the execution of any PHP code.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>