flexx icon indicating copy to clipboard operation
flexx copied to clipboard

Mechanism to open files

Open almarklein opened this issue 7 years ago • 3 comments

almarklein avatar Sep 05 '18 13:09 almarklein

Are we talking open(upload) through the browser? Do you want to open via web-socket or http? I had to hack together a tornado app a while ago that needed to upload text and excel files via websocket, it took a long time to figure out.

drafter250 avatar Sep 28 '18 13:09 drafter250

That's a good question. I think we should distinguish between a desktop solution where the server can provide a view on the user's file-system, and a web-solution for uploading files. Though maybe the latter is enough.

almarklein avatar Oct 01 '18 10:10 almarklein

In #550 I added an experimental FileBrowserWidget, which might be a basis for loading files for desktop apps.

almarklein avatar Apr 08 '19 21:04 almarklein