GUAC-1172: Implement file upload through object streams.

This commit is contained in:
Michael Jumper
2015-07-03 13:07:19 -07:00
parent cfd3710bf2
commit daf52dee5e
4 changed files with 62 additions and 4 deletions

View File

@@ -171,6 +171,7 @@
<!-- Stationary header -->
<div class="header">
<h2>{{filesystemMenuContents.name}}</h2>
<button class="upload button" guac-upload="uploadFiles">{{'CLIENT.ACTION_UPLOAD_FILES' | translate}}</button>
<button class="back" ng-click="hideFilesystemMenu()">Back</button>
</div>