ID: 16000
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: Output Control
Operating System: 2000 Server
PHP Version: 4.1.2
New Comment:
Some browsers have hard coded timeout.
Try different browsers see if it helps.
Previous Comments:
------------------------------------------------------------------------
[2002-03-11 11:28:34] [EMAIL PROTECTED]
There seems to be a timeout problems with using fpassthru.
Code :
header( "Content-type: application/octet-stream" );
header( "Content-Length: $c_ByteSize" );
header( "Content-Disposition: attachment; filename=\"$F\"" );
$fp = fopen("D:\\CarrierFTP_Files\\".odbc_result($result,
"FilePath").$F,"r") or die("Can't find file.");
fpassthru($fp);
When the person starts getting the file, after 5 min 2 sec it quits and
tells me it has finished.
I have increased timeouts everywhere, but it never gets the file.
Suggestions on this?
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16000&edit=1