The use case is that both provider and consumer can upload files in ipfs that are referenced in the hyperledger fabric blockchain.
Because it may be confidential data which should be only shared with selected peers, the hyperledger fabric is essential.
So for my prototype, it would be important to know how to integrate sth like "Upload file to IPFS" in the UI (preferably Angular) or rather having a table of all uploaded ipfs files in the UI. Does someone has experience in doing so? I appreciate any advice.
(I hope it is understandable)
=)