upload progress meter - new version v4.1 available for php 4.3.10 and 5.0.3

php.internals

Doru Petrescu

21 years ago
Hi, Just wanted to let you all know that a new version is available to work with PHP 4.3.10 and 5.0.3 As you probably already know, the upload progress meter is: A way to track the progress of a file that is uploaded to the web server WHILE the file is uploaded, and with some scripts and HTML code display a nice progress bar to the user that is uploading the file. NEW in this version: 1. updated patches for new php versions 4.3.10 and 5.0.3 2. fixed one bug in the php extension to actualy close the tmp file when done reading from it. (file upload_progress_meter.c function file_php_get_info() ) Best regards, Doru Petrescu

Doru Petrescu

21 years ago
ah ... I forgot to mention: http://pdoru.from.ro is the address to download the files. D. On Mon, 2005-01-31 at 17:46, Doru Petrescu wrote: