Andi Gutmans wrote:
Any chance we can make the necessary changes to support an upload progress bar? I came accross this web site but I'm not quite sure if always populating RAW_POST_DATA is enough.
http://www.raditha.com/php/progress.php

RAW_POST_DATA won't help at all here as PHP user code execution won't start until all incoming request data had been read and stored in the special variable

their "change the from content type to something unknown" might
work if they'd use the php://input stream instead though ...

--
Hartmut Holzgraefe  <[EMAIL PROTECTED]>

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to