Open File Dialog

I am writing a function on my new layer that requires an Open File Dialog? May I do it in my C# function code? If so, what is it I need to include in my references? If not, is there a function I can add to my button click in Application Studio?

The function code runs on the server, so prompting for file upload is not allowed.

There is a file transfer widget you can use in your button-click event to get and store the file, then pass its location to a function to be processed on the server.

2 Likes

I think this will help a lot. Thank you. I will let you know how it goes.

1 Like

It works a treat. There are a few examples on here somewhere.