openkfw / TruBudget

A blockchain-based workflow tool for efficient and transparent project management
https://openkfw.github.io/trubudget-website/
GNU General Public License v3.0
83 stars 40 forks source link

api, storage-service, frontend: File upload efficiency #1849

Open SamuelPull opened 1 month ago

SamuelPull commented 1 month ago

Ideally, documents are streamed directly to intended storage, without temporarily keeping them in redux store, in memory on server, or such.