访问存储在 Windows Azure BLOB 上的文本文件
我正在 Windows Azure 上工作。我遵循了一些有关如何将文本文件存储到 windows azure 的 blob 上的教程。 我成功上传数据。现在,我想访问该文件。我的意思是,我必须读取文件的内容并显示它...
任何人都可以告诉我,该怎么做...
谢谢, 提前...
I am working on Windows Azure. I followed some tutorial about how to store text file on to the blob of windows azure.
I am successful in uploading the data. Now, I wanted to access the file. I mean, I have to read the content of the file and display it....
Can anyone tell me, How to do that...
Thanks,
in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 DownloadText(): http://msdn.microsoft.com/en-us /library/ee772911.aspx
Use DownloadText(): http://msdn.microsoft.com/en-us/library/ee772911.aspx