Kbase 36437: How to offer file download using WebSpeed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P6437
GOAL:
How to offer file download with WebSpeed
FACT(s) (Environment):
WebSpeed 3.1X
FIX:
ensure you application code contains:
PROCEDURE outputHeader:
RUN OutputHttpHeader IN web-utilities-hdl ("content-disposition","inline~; filename=" + cDownloadFileName).
output-content-type ("application/download").
END.
This file must be available in the webserver's path via a directory or virtual directory