Tore B. Krudtaa wrote:
I would like to be able to use the upload hooks without installing the APC.
I would eventually like to be able to use those upload hooks using session
variables.
Maybe you can avoid the problem entirely. I was using the
uploadprogress PECL extension (which I believe also leveraged the 5.2
hooks) for a year or so until I found this upload progress meter written
using Flash and Ajax:
http://digitarald.de/project/fancyupload/
If you follow the mailing archives, there's been great debate whether a
feature like upload progress monitoring belongs in PHP (server side) or
in your browser (client side). I like server-side control, but after
experiencing the Fancy Upload 2 embedded into my current web project, I
love it and have no reason to go back to the "old" PHP-way.
FU2 (not my acronym) does require Flash 9, but my site already makes
this dependency. If you can accept those reqs, FU2 also supports
multiple file uploads and can give progress feedback for all files as a
whole.
-- Dante
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php