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

select multiple file for upload #244

Open
ael-code opened this issue Feb 6, 2016 · 4 comments
Open

select multiple file for upload #244

ael-code opened this issue Feb 6, 2016 · 4 comments

Comments

@ael-code
Copy link
Member

ael-code commented Feb 6, 2016

At the moment it is not possible to select multiple file all at once.
Instead you must choose each file individually.

@boyska
Copy link
Member

boyska commented Feb 9, 2016

adding the multiple keyword will be enough ? like explained here http://www.w3schools.com/tags/att_input_multiple.asp
I have not tested, but doing it is really easy.

@pabloimmediate
Copy link

Hello,
Any news about this feature?

@leophys
Copy link
Member

leophys commented Aug 8, 2019

Hi @pabloimmediate,
thanks for contacting us. As you might have noticed, this project is quite stale 😊
We are stuck at python 2.7 and the ui is a handmade bootstrap template served via Flask.

In my fork I made a branch (modern-docker) to develop in a slightly more modern way (there is a docker-compose file, and a docker-compose up from the root should do). I verified (in my dev) that adding multiple in the <input> tag is not enough. It allows to select multiple files at once in the ui, but then only one is uploaded in the db. I still didn't get why: it might either be an ui or backend issue.

What are your specific needs? Are you interested in the philosophy of this webapp? Are you interested in helping update it to modern frameworks?

Greetings

@Lootfi
Copy link

Lootfi commented Feb 22, 2020

Hey
not sure if this will help .. but I think naming your input input[] will do the trick

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

No branches or pull requests

5 participants