Page 1 of 1

PHP and FlashMX question.

Posted: Tue May 31, 2005 9:14 pm
by dreamline
K guyz,
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.... :D

Posted: Tue May 31, 2005 9:32 pm
by hanji
This isn't a Flash solution.. but php/perl solution. that works quite well:

http://www.raditha.com/php/progress.php

HTH
hanji

Posted: Wed Jun 01, 2005 6:22 pm
by dreamline
Thanks for the info.. This is really helpfull. I'll have a look at it.. Thanks again... :)