Copy link to clipboard
Copied
Hi
Is it is possible to open a file browser and select multiple file and get the path of the each file using javascript.
this.importDataObject({cName: sFile}); able to open file browser and i can able to select only one file at a time and i am not able to get the Path of the file.
is there is any other function in javascript to do this
Thanks
Bala
Copy link to clipboard
Copied
You can only open one file at a time. Once it is open, you can get the path with...
cPath = this.path;
Find more inspiration, events, and resources on the new Adobe Community
Explore Now