All I want to do is duplicate the notes (don't need an upload control)
KeyFileName = WS.OpenFileDialog(False, "Select Key file", "Workflo Systems Key File|*.wfs")
I simply need the filename and path and want the user to only be able to select a file with a given extension. This is a piece of cake in LS but have not been able to find a way to do this in SSJS. Found several instances of requests for this functionality but not much in how to accomplish it.