Skip to main content

Configuring Runtime Modifications for File Picker in Display Form

Comments

1 comment

  • Berend Veldkamp
    If I understand correctly, you want to set the filename property of the filepicker to the previously selected one?

     

    That is something you cannot do, due to security reasons, at least in the HTML viewer, I'm not 100% sure of Silverlight.

     

    There's a question about this on StackOverflow: http://stackoverflow.com/questions/1696877/how-to-set-a-value-to-a-file-input-in-html , see the 1st answer for details.

     

    As a workaround, you could move the filepicker into a group, and set the description of that group to the filename.
    0

Please sign in to leave a comment.