PHP and FlashMX question.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dreamline
Forum Contributor
Posts: 158
Joined: Fri May 28, 2004 2:37 am

PHP and FlashMX question.

Post 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
User avatar
hanji
Forum Commoner
Posts: 46
Joined: Fri Apr 29, 2005 3:23 pm

Post 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
dreamline
Forum Contributor
Posts: 158
Joined: Fri May 28, 2004 2:37 am

Post by dreamline »

Thanks for the info.. This is really helpfull. I'll have a look at it.. Thanks again... :)
Post Reply