如何在 SQL Azure 表中存储选定的文件(任何文件)?

发布于 2024-11-18 00:18:26 字数 146 浏览 1 评论 0原文

如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨离汐 2024-11-25 00:18:26

我建议您使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文