If you mean file downloads you may just call ob_end_clean() and then readfile() or just start printing contents dynamically.
Karol Kononov Ruslan wrote: > > 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-tp20475737p20476501.html Sent from the Zend Framework mailing list archive at Nabble.com.
