Thinking about it another time you're right. So what the patch offers is
all we can do. However having the session id available somehow would make
the the patch usefull.
I have some ideas for this. It may even be possible to remove the UPLOAD_IDENTIFIER-stuff from the patch and move it to the PHP extension.
This would make the patch more independant. The author of the PHP extension can decide how this variable is named and how it is transmitted.
If nobody has already a working solution I can give it a try this weekend.
But one question stays: Let's say that the PHP extension now knows the PHP session ID during progress tracking (because it was passed like the UPLOAD_IDENTIFIER via a POST variable BEFORE the uploaded files). What can the extension do with it? Is it possible for this PHP extension to open the session, update variables in it, and close it again? Or is the stage in which the callback is called to early for doing so?
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php