I would like to use the FileItem object or something similar to select a file and get the file path after it is selected it and pass it to a function. I have no need to upload anything, I would just like to expose a way for a user to select a file to be opened by a plugin.
Is FIleItem the proper tool to use for this? If so, what event(s) can I add a listener for to extract the path (as a string if possible)?
Additionally, can the text field that displays the value be hidden?
Thanks,
Is FIleItem the proper tool to use for this? If so, what event(s) can I add a listener for to extract the path (as a string if possible)?
Additionally, can the text field that displays the value be hidden?
Thanks,
Comment