How we can display uploaded file in an interface?

How we can display uploaded file in an interface?

  Discussion posts and replies are publicly visible

Parents
  • I think if you are using latest version 17.4 then as soon as you upload the document, appian provides permanent document id and you can instantly use documentDownloadLink() function to showcase a link to download the uploaded document., if you are using previous versions then you need to first submit the interface, then the document would be getting permanent id and then you can use this id to showcase in interface
Reply
  • I think if you are using latest version 17.4 then as soon as you upload the document, appian provides permanent document id and you can instantly use documentDownloadLink() function to showcase a link to download the uploaded document., if you are using previous versions then you need to first submit the interface, then the document would be getting permanent id and then you can use this id to showcase in interface
Children