weetat wrote:

Hi all ,

  I was using PEAR:HTTP_Upload to upload file in php 4.3.2.
Is ok , however i need to display some sort of progress monitor to the user because some file is very large and took some times to upload.
I need to inform the users to uploading is in progress.

I have search google ,and found megaupload , however the problem of megaupload is the filename is rubbish, i need the filename of uploaded file because the file is xml , need to convert data from xml to database.

Anybody have any ideas ? Or have any another php upload progress monitor ?

Thanks

- weetat

PHP cannot do it. Other languajes, like jsp, is able to report that information.
I did it with Perl (CGI) and playing with some iframes.
Its a little complex and dirty.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to