diff options
author | Pavel Grunt <pgrunt@redhat.com> | 2015-01-14 17:44:40 +0100 |
---|---|---|
committer | Jeremy White <jwhite@codeweavers.com> | 2015-01-15 08:59:58 -0600 |
commit | b9b8567c9d12f8d4162a777f36cf77980f647bb0 (patch) | |
tree | 4ba708997d8348abb2c7ff4ff9213616fae8f866 /spice_auto.html | |
parent | 633f01050b3cde2488f4b05e971d3aaf258357eb (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_auto.html')
-rw-r--r-- | spice_auto.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spice_auto.html b/spice_auto.html index 72c5be2..48dcae1 100644 --- a/spice_auto.html +++ b/spice_auto.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> |