Hi,
according to my task I need to import lots of Items from external file. So, I wrote a server-method for import procedure but it uses fixed filepath which was set in the code as a string value. What I'd like to do is to allow a user choose a full filename via custom Form or Dialog Window.
My question is how can I do this? I tried to look at default Forms such as CAD Form, which as I thought has to get a filepath somehow, but I can't get how the Field "File Item" works. Do I need to use some specific Field Type or maybe I can just call a dialog window someway?
Thank you in advance.