Skip to main content
February 15, 2023
Question

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

  • February 15, 2023
  • 7 replies
  • 0 views

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.

    7 replies

    stefanhelzle0001
    Brainy
    February 15, 2023

    You can copy/move/upload any file to any location after the initial upload into Appian.

    February 15, 2023

    How can I achieve?

    stefanhelzle0001
    Brainy
    February 15, 2023

    Achieve what? More details please!

    csteward
    February 15, 2023
    abhayd3663
    February 15, 2023

    The other application need to be integrated with the Appian via webservices to exchange files between two systems.