summaryrefslogtreecommitdiff
path: root/spice.html
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-01-14 17:44:40 +0100
committerJeremy White <jwhite@codeweavers.com>2015-01-15 08:59:58 -0600
commitb9b8567c9d12f8d4162a777f36cf77980f647bb0 (patch)
tree4ba708997d8348abb2c7ff4ff9213616fae8f866 /spice.html
parent633f01050b3cde2488f4b05e971d3aaf258357eb (diff)
Implement methods for transfering files from client to guest
It is possible to transfer files from the client to the guest using File API [0] when a spice vd agent is connected. Methods for the transfer are based on spice-gtk implementation. [0] http://www.w3.org/TR/file-upload/
Diffstat (limited to 'spice.html')
-rw-r--r--spice.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice.html b/spice.html
index e830eb3..fc53a2a 100644
--- a/spice.html
+++ b/spice.html
@@ -55,6 +55,7 @@
<script src="thirdparty/sha1.js"></script>
<script src="ticket.js"></script>
<script src="resize.js"></script>
+ <script src="filexfer.js"></script>
<link rel="stylesheet" type="text/css" href="spice.css" />
<script>