cfcontent
From CEW
[edit] range
The range attribute allows you to specify if partial downloads are allowed, meaning Download Managers can pause and resume downloading.
<cfcontent range="yes"/> - the client is notified that partial downloads are allowed.
<cfcontent range="no"/> - partial downloads are not allowed.
If no value is specified, partial downloads may still be possible, but the client will not be notified.

