需要从React Application上传.txt文件到Azure Blob Storage &g



我在react中放置了一个文件上传按钮。触发后,它需要连接到Azure Blob存储,文件应该上传到Blob存储。我不清楚从React应用程序连接Azure Blob存储。需要使用react实现此目标的指导。

我见过使用Node和.ts符号的例子,但没有使用react。

我能够通过以下https://stuarttottle.medium.com/upload-to-azure-blob-storage-with-react-34f37805fdfc和https://github.com/shubhamagarwal/Blob-Storage解决问题

最新更新