Upload method
Reads the value of the tag for the input field and displays it in the input field.
Syntax
object
.Upload
where
object
– is the name of a NumericInput or StringInput object or an expression that evaluates to a NumericInput or StringInput object.Remarks
This method is similar to the Upload command.
If the user does not have security access to use the command, the upload does not occur and an error is raised with Err.Number equal to gfxErrorSecurityAccess.
Provide Feedback