UPLOADFILE

Uploads a file from the local client computer to the nedyx server.

Syntax

UPLOADFILE()

Remarks

  • When this function is called, the standard upload of the browser is used to upload the file from the local computer.

  • The function returns a row area with two cells with the following content:

    • Cell 1 - the internal name under which the file is stored on the nedyx server

    • Cell 2 - the original file name of the uploaded file.

  • If an error occurs, !ERROR is returned.

Examples

Clicking on the UPLOADFILE button opens the "Open file" dialog in the browser. After uploading the file, the returned row contains the internal name, under which the file is stored on the nedyx server, and the original name of the file:

Last updated