Xpra-org / xpra-html5

HTML5 client for Xpra
Mozilla Public License 2.0
192 stars 53 forks source link

Can provide an example of downloading files from client page? #270

Closed shuimoshusheng closed 6 months ago

shuimoshusheng commented 8 months ago

How to find the file download button in the HTML5 client when starting file transfer? After consulting the wiki tutorial, I couldn't find a detailed way to enable the file download function?

totaam commented 8 months ago

The download should just start and show up in the usual location of your browser. Without knowing more about your setup, it's impossible to give more details.

shuimoshusheng commented 8 months ago

The download should just start and show up in the usual location of your browser. Without knowing more about your setup, it's impossible to give more details.

The XPRA startup command is as follows: xpra start --bind-tcp=0.0.0.0:14500 --daemon=no --html=on --start-child='myapp‘ What is the default configuration for downloading display? access http://localhost:14500/ ,How to display the download on the page afterwards, with only the upload file button in the floating window

totaam commented 8 months ago

Please read the documentation: https://github.com/Xpra-org/xpra/blob/master/docs/Features/File-Transfers.md