Description of the limitation and why it is relevant to address
As a developer I want to have the possibility to download files that have been generated during the process of generating a view without needing to have to save it to storage and create a download button on the left hand side so that the developer does not have to go through the troubles of creating this workaround, and the user has an intuitive location to download the results.
I think this is relevant for the VIKTOR platform because it makes developing easier, and makes applications more intuitive.
Submitter proposed design (optional)
Add a possibility to send a DownloadResult
as an argument on a view, which will cause a download button to appear in the view where you can download your result.
Current workarounds
Create a DownloadButton
in the parametrization, and use storage to save the results of the visualization.