Is there a download button?

Suppose I have a deployed Panel app and I have generated a file on a remote server. I now want to allow my user to download that file to their local drive. The only way I can see to do this is a hack involving an html pane with a link that points to the file url on the server. The user would be required to click on the link text in the app. Is there another better way to go about this?

There’s an open PR to add a widget to do this: https://github.com/holoviz/panel/pull/915

Awesome. Thanks!

1 Like

And the FileDownload has been released in Version 0.9.0.

1 Like