Skip to content

RES_CONTENT_DISPOSITION

Jurek Muszyński edited this page Sep 8, 2018 · 1 revision

void RES_CONTENT_DISPOSITION(const char *string[, ...])

Description

Adds Content-Disposition to response header.

Returns

None

Example

RES_CONTENT_DISPOSITION("attachment; filename=\"%s.csv\"", doc_name);
Clone this wiki locally