-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html5 users should be allowed to upload/download #1376
Comments
Added download support in r15360 + r15361 + r15363 + r15364, including options on the connect dialog page, we now fallback to downloading the PDF if the print popup is blocked.
Also added the ability to save print jobs on the server using Still TODO: add a GUI toolbar we can click on, this can be used for an upload button, we could also show a download button if the user wants to make the download a manual process, same for clipboard (#1461) which could use an indicator and run fully synchronously (without necessarily needing to sync with the PRIMARY selection). Same for printing: we can show the document to print using a button in that toolbar. Noticed that the HTML5 code never got updated for chunked transfers (#1026), would be nice to add. Upload links:
|
Support for uploading files added in r15370. To test:
(with older versions, "open-files" can only be set through the
Then you can just open a file manager and drop any file onto the html5 client, and it will magically appear there. (after the upload, it will be opened using the default application, which is "xdg-open" on Linux) @eric GRAMMATICO: to test, you need the latest html5 client code, which you can download from svn here: [http://xpra.org/svn/Xpra/trunk/src/html5/], this should work with any recent version of the xpra server. |
2017-03-30 16:17:29: Tico06 commented
|
Issue migrated from trac ticket # 1376
component: html5 | priority: major | resolution: fixed
2016-12-07 15:24:10: Tico06 created the issue
The text was updated successfully, but these errors were encountered: