ExternalFile - View: Display Contents.

Description

This view displays the contents of a file referred to by an ExternalFile object.

Information

ID
The Zope ID of the ExternalFile object.
Pathname
The full pathname of the file in the filesystem pointed to by this ExternalFile object.
Title
The optional title of the ExternalFile object.
Description
The optional description of the ExternalFile object.
[Text area]
The contents of the ExternalFile, assuming the mimetype property indicates an ASCII file type. If mimetype indicates an image type, the image will be displayed in an HTML <img> tag. If the mimetype indicates a non-image binary type, a link to the contents will be provided. If a helper application is registered in your browser for the mimetype in question, clicking on the link should invoke it.