regarding selecting multiple files from a folder using file open dialog box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Am123
    New Member
    • Jun 2018
    • 1

    regarding selecting multiple files from a folder using file open dialog box

    I am making a project on D3 . The problem is on opening a file open dialog box , I want to select the folder . The folder contains 12 files. I want to select all the files and then pass it to D3 so that 12 pie charts will get displayed.
  • techie700
    New Member
    • Nov 2018
    • 10

    #2
    For Selecting Multiple file you should add 'multiple' attribute.
    <input type="file" name="img" multiple>

    Comment

    Working...