I'm not sure if it shoulde be posted here, but PHP is involved so i decided to put my question in this forum..
Here we go:
I'm working on a site that supports huge file transfers, up to 4mb files ... What i wanna do is program the upload feature through PHP. So far no problem and it works just fine.. However what i wanna do extra is starting a flash popup window that monitors the upload process and shows you the percentage that is already uploaded, after finishing it should close the popup window.
So my question is: Anyone tried a PHP upload with a Flash Popup to show a user how much is uploaded (in bytes or percentage)?
Did look around but sofar nothing found on this subject...
Any help would be very much appreciated....