LodestoneHQ / lodestone

Personal Document Archiving (DMS, EDMS for Personal/Home Office use)
https://forms.gle/u1RXnbocbFWqfxGb9
GNU General Public License v3.0
521 stars 29 forks source link

Direct upload #117

Open adam-stanek opened 3 years ago

adam-stanek commented 3 years ago

The only thing holding me back from starting to use this project is the difficulty of uploading files. We should implement option to upload documents directly from the web interface.

I noticed that there is already some support prepared on the BE part: https://github.com/LodestoneHQ/lodestone/blob/master/web/backend/routes/storage.js#L36

We should implement it on FE as well.