DownloadFileToClient

Revision as of 21:00, 25 August 2026 by Lchrisman (talk | contribs) (added categories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


DownloadFileToClient( sourceFilename, clientFileName )

Parameters: ( sourceFilename : text atom ; clientFileName : optional text atom )

Used from a Suan-ACP session to initiate a file download from the server to a browser-based client. The end-user will experience a file download. «sourceFilename» is the file path, relative to CurrentDataFolder(), on the server. The optional «clientFileName» should just be a file name, with no path, if the file name for the client should be different that the name on the server.

Comments
Loading comments...