ContentDisposition
Summary
Controls the way binary files should be served over HTTP, either as downloadable as an attachment, or displayed inline in the browser.Usage
ContentDisposition[Mime-Type]=inline | attachment
Description
Controls the way binary files should be served over HTTP, either as downloadable as an attachment, or displayed
inline in the browser.
Possible values are:
- "attachment": default value
- "inline"
This setting is case sensitive.
Examples
ContentDisposition[application/x-shockwave-flash]=inline ContentDisposition[application/x-pdf]=attachment
Ester Heylen (04/05/2010 11:16 am)
Ester Heylen (04/05/2010 11:16 am)
Comments
There are no comments.