How to upload file outside of Appian or on shared location?

Certified Associate Developer

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.

  Discussion posts and replies are publicly visible

Parents Reply Children