Implement file upload

This commit is contained in:
Johannes Zellner
2020-07-09 15:59:06 +02:00
parent afc90817cf
commit 049a488e08
3 changed files with 53 additions and 2 deletions

View File

@@ -136,6 +136,9 @@
<br/>
<br/>
<input type="file" id="uploadFileInput" style="display: none" multiple/>
<input type="file" id="uploadFolderInput" style="display: none" multiple webkitdirectory directory/>
<div>
<button class="btn btn-primary" ng-click="refresh()"><i class="fas fa-sync-alt"></i></button>
<span>Path: <b>{{ cwd }}</b></span>