Skip to main content
olalekana0448
June 14, 2021
Question

Store Image Locally within application for use in UIs

  • June 14, 2021
  • 2 replies
  • 0 views

Anyone willing to offer a step-by-step guide on how to download and store Images within Appian Application for use on the UIs. I have developed this application using a!webImage, but I would like the images to be instead stored on the application server. I have not had luck checking the documentation on how to do that.

Thank you in advance

    2 replies

    stefanhelzle0001
    Brainy
    June 14, 2021

    https://docs.appian.com/suite/help/21.2/folder-and-document-management.html#managing-documents

    a!imagefield() + a!documentImage() + constant pointing to the image

    olalekana0448
    June 14, 2021

    Thanks a lot, Stefan. I will verify as answer after implementation