]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - app/index.html
Support multifile upload via the webinterface
[perso/Immae/Projets/Nodejs/Surfer.git] / app / index.html
index 93fa57e27a11e25b9d79500686c02576486e7e34..80f9bdde4ea2ef1c00e3a641c18aac2acc851c30 100644 (file)
             <div class="col-lg-12">
                 <center>
                     <form id="fileUploadForm">
-                        <input type="file" v-el:upload style="display: none" id="uploadInput"/>
-                        <button class="btn btn-primary" v-on:click="upload()" id="uploadButton">Upload</button>
+                        <input type="file" v-el:upload style="display: none" id="uploadInput" multiple/>
+                        <button class="btn btn-primary" v-on:click.stop.prevent="upload()" id="uploadButton">Upload</button>
                     </form>
                 </center>
                 <br/>
             </div>
             <div class="col-lg-12">
                 <ol class="breadcrumb">
-                    <li><i class="fa fa-home"></i>&nbsp;</li>
+                    <li><a href="#/"><i class="fa fa-home"></i></a></li>
                     <li v-for="part in pathParts">
-                        {{ part }}
+                        <a href="{{ part.link }}">{{ part.name }}</a>
                     </li>
                 </ol>
             </div>