Re: flash/php file uploader

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Brad Fuller wrote:
-----Original Message-----

Hi

Sorry if this is considered off topic, but do you know of any code
examples/libs with a flash/php file uploader with progress bar?

I've googled for a while but the scripts I find won't work. I'm using
Firefox 2 and Flash player 9 on an intel Mac if that tells you anything?

Or should I ask somewhere else?

Thanks for your time.

Emil

The problem with having a "real" progress bar with PHP is that by default
PHP does not have a callback function so you won't know the status of the
uploaded file until it's complete.


PHP5.2.0 has this built in, see changelog:
http://www.php.net/ChangeLog-5.php#5.2.0

and an example Rasmus previously posted:

http://marc.theaimsgroup.com/?l=php-general&m=116265912901212&w=2

It's still ajax but the hooks are now built into php rather than an external unsupported patch.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux