Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Open File dialog using javascript

Explorer ,
Sep 19, 2016 Sep 19, 2016

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
1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 23, 2016 Sep 23, 2016
LATEST

You can only open one file at a time. Once it is open, you can get the path with...

cPath = this.path;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines