File delete/upload/download widget?

I do like the new FileSelector widget quite a lot, but for our current application we want to give our (authenticated!) users a private “file space” in which input files are uploaded and result files are produced. They can also delete unneeded files. Apparently, this package does exactly that:

Is something like this planned for Panel as well? Or - alternatively - has anyone tried to integrate this tool with a Panel app? Of course we could use iframes, but maybe there is a better way?

Hi @marfel

I’ve not seen something like that on Github or in the Roadmap.

I have tried implementing something similar to browsepy with Streamlit once via an iframe. That worked Ok.

Something integrated and with the same look and feel would have been nice.