Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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.