Specify the destination for each of the multiple uploaded files

I upload multiple PDF files in the interface. I want to save the files in a folder that matches the name of each PDF file.

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to r7x7djutejjh0001

    I tend to disagree. In Appian we typically store the file on disk and some meta data to the database. That meta data stores the reference to the application it belongs to. There is no need to create folders.

    As soon as you need to implement a security container for each application, create one folder for each application, create a group for each application and only allow that group access to it.

    So, folders are for security, not for organization. Typically ...

Children