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:
- updated patches for new php versions 4.3.10 and 5.0.3
- 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
ah ... I forgot to mention:
http://pdoru.from.ro
is the address to download the files.
D.
Hi,
Just wanted to let you all know that a new version is available to work
with PHP 4.3.10 and 5.0.3As 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:
- updated patches for new php versions 4.3.10 and 5.0.3
- 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