Zend_File_Transfer does not use output buffering.
Maybe you're having a webserver config problem because the limitations for uploading files are normally by the client or webserver.

The uploaded file itself is only available after the transfer has been completed. Zend_File_Transfer can also handle files bigger than 2GB, the only limitation here is the HDD speed and the directory size.

Greetings
Thomas Weidner, I18N Team Leader, Zend Framework
http://www.thomasweidner.com

----- Original Message ----- From: "Kononov Ruslan" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, November 13, 2008 8:05 AM
Subject: [fw-general] disable output buffering for file transfer



By default, ZF included data buffering.
What better way to turn off buffering for a specific action to transfer
large files?
--
View this message in context: http://www.nabble.com/disable-output-buffering-for-file-transfer-tp20475737p20475737.html Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to