我在react中放置了一个文件上载按钮。触发后,它需要连接到Azure Blob存储,并且文件应上载到Blob存储。我不清楚如何从React应用程序连接Azure Blob存储。需要有关使用react实现此操作的指导。我看到过使用Node和.ts表示法的示例,但没有看到使用react的示例。
.ts
i2byvkas1#
我能够通过遵循https://stuarttottle.medium.com/upload-to-azure-blob-storage-with-react-34f37805fdfc和https://github.com/shubhamagarwal/Blob-Storage解决此问题
1条答案
按热度按时间i2byvkas1#
我能够通过遵循https://stuarttottle.medium.com/upload-to-azure-blob-storage-with-react-34f37805fdfc和https://github.com/shubhamagarwal/Blob-Storage解决此问题