Skip to main content
Balav483
Known Participant
September 20, 2016
Kysymys

Open File dialog using javascript

  • September 20, 2016
  • 1 kommentti
  • 1633 katselukerrat

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

Tämä aihe on suljettu vastauksilta.

1 kommentti

JoelGeraci_Datalogics
Participating Frequently
September 23, 2016

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

cPath = this.path;