uptick/react-keyed-file-browser

How to download the file? or view content of a file?

Closed this issue · 2 comments

How to download the file? or view content of a file?

See #33. Your detail renderer can include a download button. If you want a download option directly from file browser, perhaps something can be done using custom actions.

It's part of the built in actions. You just have to supply a handler to enable it onDownloadFile={...}. Ours makes a service call, then calls js-file-download with the results.