libreant icon indicating copy to clipboard operation
libreant copied to clipboard

select multiple file for upload

Open ael-code opened this issue 9 years ago • 4 comments

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

ael-code avatar Feb 06 '16 09:02 ael-code

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.

boyska avatar Feb 09 '16 00:02 boyska

Hello, Any news about this feature?

pabloimmediate avatar Aug 07 '19 16:08 pabloimmediate

Hi @pabloimmediate, thanks for contacting us. As you might have noticed, this project is quite stale :blush: 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

leophys avatar Aug 08 '19 13:08 leophys

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

Lootfi avatar Feb 22 '20 18:02 Lootfi