Question
How to upload file outside of Appian or on shared location?
a!fileUploadField(
label: "File Upload",
labelPosition: "ABOVE",
target: cons!TI_SAVEDFOLDER_CONSTANT,
fileNames: "Test1",
maxSelections: 1,
saveInto: local!file
)
use above code to upload file in folder inside Appian using constant.
