Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple file selection #8

Open
GAMHer opened this issue Dec 29, 2017 · 2 comments
Open

Multiple file selection #8

GAMHer opened this issue Dec 29, 2017 · 2 comments

Comments

@GAMHer
Copy link

GAMHer commented Dec 29, 2017

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
Copy link
Member

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
Copy link
Author

GAMHer commented Dec 30, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants