Click or drag to resize

VaultselectFile Method

Displays a file selection dialog box that allows the user to browse the local file system and select a file. The WorkingDir property for the applet is also set if the user browses to a directory. The working directory for the dialog box is initialized to the working directory for the applet.

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function selectFile();

Return Value

Type: [T:(Any)]
string. Returns a string representing the fully qualified path to the file selected and sets the Filename property for the applet.
See Also