-
How to create a file upload dialog using ExtendScipt and a UI Script
I am creating a script with a custom UI and I want the user to be able to select a text file so the script can parse it. I have been searching in the documentation and haven’t find any way to do it. Is there like a
panel.add('fileUpload', [...]);or something?Thanks,
Sébastien Lavoie