/
ccHTTPResultHandler.SetHTTPHeaderParameter

ccHTTPResultHandler.SetHTTPHeaderParameter

Parameter

(ParamString : String) : Boolean
(Name,Value : String) : Boolean;

Beschreibung

Setzt den angegebenen Header Parameter String.

Beispiel

Definiert den Result als File-Download.

ccHTTPResultHandler.SetHTTPHeaderParameter('Content-Disposition: attachment; filename=”example.pdf”');

oder

ccHTTPResultHandler.SetHTTPHeaderParameter('Content-Disposition','attachment; filename=”example.pdf”');

Related content

ccHTTPRequestHandler.GetHTTPHeaderValue
ccHTTPRequestHandler.GetHTTPHeaderValue
More like this
Beispiel - PORTAL Datei-Download
Beispiel - PORTAL Datei-Download
More like this
Beispiel - PORTAL Datei-Download
Beispiel - PORTAL Datei-Download
More like this
Beispiel - PORTAL Datei-Download
Beispiel - PORTAL Datei-Download
More like this
Beispiel - PORTAL Datei-Download
Beispiel - PORTAL Datei-Download
More like this
Beispiel - PORTAL Datei-Download
Beispiel - PORTAL Datei-Download
More like this