mbdavid / LiteDB.Studio

A GUI tool for viewing and editing documents for LiteDB v5
MIT License
781 stars 200 forks source link

Checking _files/chunks data #50

Open kirides opened 3 years ago

kirides commented 3 years ago

How can we check the files content after it has been uploaded to the FileStorage?

We upload a bunch of XML documents and other human readable stuff into the LiteDb FileStorage, but currently we have to download the file by it's ID with a separate application if we want to look at the files contents.

It would be awesome if there was a way to look at a files content and provide the proper encoding, e.g. via dropdown.

lawrence-laz commented 3 years ago

Viewing uploaded images would be awesome too. Maybe to generalize this there could be something like: download a file to a temp folder and open using default program?