UniversalGUI / UGUI

Universal Graphical User Interface
http://UGUI.io
MIT License
207 stars 15 forks source link

Multiple file selection #8

Open GAMHer opened 6 years ago

GAMHer commented 6 years ago

Hello!

First of all, thank you for your amazing work, I don't have big knowledges of programming but am trying to use UGUI to design a GUI for a software that needs mutiple files selection. For doing so, Is there any way to get that working? (and accordingly obtain fileToProcess.name for all of the selected files). The drag and drop box in the demo version ony allow you to select one file (and adding multiple to the HTML does't do the job).

Thank you in advance for any help you will provide

Best

TheJaredWilcurt commented 6 years ago

Unfortunately no, I've been building too many other things to have time to come back and update UGUI to add that feature. I have however started implementing it in other projects built on top of UGUI in different ways.

This is probably the simplest implementation: https://github.com/TheJaredWilcurt/svgo-gui

Defluff is something a little closer to what I'd like to do, but it's a little buggy

https://github.com/TheJaredWilcurt/UGUI-Defluff

I think once I get it polished I'll base the next UGUI update off of it, as it's a pretty common thing I end up needing.

GAMHer commented 6 years ago

Thank you very much for your kind answer, all the best for the new year :)