Constants: RF: jsFile

Parent: $root.$constants

kJSFileActionCloseUploadCloses the file upload dialog if it is open (note that closing the dialog using this action does not generate evFileUploadDialogClosed)
kJSFileActionDownloadInitiates file download of data from $dataname (a row - C1:file name,C2:media type (e.g. text/plain;charset=utf8),C3:name of remote task variable:binary containing file data or character containing file path)
kJSFileActionUploadOpens the file upload dialog.$dataname is a row (C1 receives MIME header list for uploaded file,C2 is name of binary remote task variable to receive data for uploaded file).Each upload generates an event.
kJSFileUploadLabelPosBottomShows the upload files label below the icon
kJSFileUploadLabelPosLeftShows the upload files to the left of the icon
kJSFileUploadLabelPosNoneHides the upload files label
kJSFileUploadLabelPosRightShows the upload files label to the right of the icon
kJSFileUploadLabelPosTopShows the upload files label above the icon