Possible Duplicate:
Upload Progress Bar in PHP
guys, i need some help with this problem
I'm doing a file upload process where the source file is transfered to the server and then the data from it is inserted in to database.
i need to display progress bar which shows the progress from the time of file uploading to server till data inserted into the database from that uploaded file.
i find files uploading progress bar only for files uploading to server and progress bar not till data insertion.
thanks in advance !