DOWNLOADFILE

Downloads a file to the local client computer.

Syntax

DOWNLOADFILE(fileName)

  • internalFileName - the name under which the file is stored on the nedyx server - Value type: text

  • fileName - the name of the downloaded file - Value type: text

Remarks

  • Calling this function uses the standard download processing of the browser to store the file on the local computer.

Example

Clicking on the DOWNLOADFILE button downloads the file which is stored on the nedyx server with the name internalFileName. The file is saved on the local machine with the name fileName.

Last updated