Icon SendContentFile Method

procedure SendContentFile(const ContentFileName: String; const
      ContentType: String=''; const ContentEncoding: String=''; const
      ContentDisposition: String='')

Usage

Available In: Server Applications

Sends a file response with a custom content type, encoding, and disposition.

Information Information If the content type is not specified, then the web server will attempt to determine the content type based upon the file extension.
Image