0
Open File dialog using javascript
Explorer
,
/t5/acrobat-sdk-discussions/open-file-dialog-using-javascript/td-p/8531620
Sep 19, 2016
Sep 19, 2016
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
TOPICS
Acrobat SDK and JavaScript
,
Windows
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
LATEST
/t5/acrobat-sdk-discussions/open-file-dialog-using-javascript/m-p/8531621#M43234
Sep 23, 2016
Sep 23, 2016
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;
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

