Hoppa till huvudinnehållet

What property does the File Picker use to store chosen file?

Kommentarer

3 kommentarer

  • Berend Veldkamp

    The file(s) are stored in

    =$form1.state.filePicker1.value.files

    which is an array of File objects

    0
  • Bryan Bingham

    Thanks @Berend Veldkamp?!

     

    I got this working at the end of the week, I ended up having to convert the image from a file into a Base64 string in the change event of the display form. This link to the November 14, 2019 tech tip made all the difference in formatting the string and making the image appear in the form!

    0
  • Dean Howell

    Is there a way to get the file path?

    1

Du måste logga in om du vill lämna en kommentar.