TAG:CFFLUSH
last edited by
denny
on 01-Oct-2011
|
cfflush
Syntax
<cfflush [interval="number"]>
This tag is also supported within cfscript.
<cfscript> flush [number expression]; </cfscript>
[] = Optional attribute
Description
Flushes currently available data to the client.
Body
This tag can't have a body.
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
| Name | Type | Required | Description |
| interval | number | No | Flush the output each time at least the specified number of bytes become available. HTML headers, and any data that is already available when you make this call, are not included in the count. |
SideBar
User Login