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

Open File dialog using javascript

  • September 20, 2016
  • 1 reply
  • 1618 views

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

This topic has been closed for replies.

1 reply

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;