i found the multipe attribute for the select in the internet. Now i get the idea to use this attribute to make a kind of directory navigation. So if i shift cick on multipe files it will select all between them (like in a normal directory browser). So i tried it out with tow different ways, but i saw that no one work, because of the fact that divs aren't valid in a option element.
The code would be this(it got a bit loger so i post you the jsfiddle link):
"http://jsfiddle.net/kg6q9fvm/5/"
Is there any possibility to do this? Hopefully you understand my problem.
Thank you!