如何在 SQL Azure 表中存储选定的文件(任何文件)?
如何在 SQL Azure 表中存储选定的文件(任何文件,如 .doc、.txt、.jpg 或 .xaml)?和 文件的大小限制是多少。
我正在使用: 1.RIA服务 2. Silverlight作为前端。 3.用于存储的SQL Azure。 请帮帮我。
How to store a selected file (any file like .doc,.txt,.jpg or .xaml) in SQL Azure Table? And
What would be the size limit for the file.
i m using :
1. RIA Services
2. Silverlight as a front end.
3. SQL Azure for storage.
Please help me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您使用 Azure 存储来执行此操作。特别是斑点。您可以通过 http 连接通过 URI 访问 blob 内容。
i would suggest you use Azure storage to do so. Blobs in particular. you could access the blob contents through a URI over an http connection.