Hi Dude!
I try to code a progress bar in php. This Bar should be shown between uploading a file.
When the upload is started, i open a new window which is reloading all seconds. Every time it loads, i go to the upload temp directory on my server and try to check the filesize of the file. At the same time i go to the the upload directory where it should go after the upload and do the same.
Actually the problem is that the file is in my tmp folder for 1 sec before php copy the file to the upload directory and then it will be unlinked. So i cant show a progress.
Where is the file between the upload? in a cache or somewhere?
When i upload a file with a normal ftp client, the file is growing up until it has the full size. But not in php.
Is there somebody who knows a solution for this problem?
::thx & greeetz mike::