]> 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 b1c7da6a3efce62f8853102c93b57825d58b5888..80f9bdde4ea2ef1c00e3a641c18aac2acc851c30 100644 (file)
             <div class="col-lg-12">
                 <center>
                     <form id="fileUploadForm">
-                        <input type="file" v-el:upload style="display: none" id="uploadInput"/>
+                        <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>