Bug: The viewfile bin should provide Content-Length http header
In sub
view() add the following to print
$query->header( ...:
-Content_Length => length( $fileContent )
This will permit IE and other browsers to estimate how long a download will take.
Test case
No test case
Environment
--
PeterPayne - 03 Nov 2005
Impact and Available Solutions
Follow up
Fix record
Fixed in DEVELOP branch (and therefore
DakarRelease) - thanks Peter! (see
http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item833
)
--
CrawfordCurrie - 03 Nov 2005
Discussion