如何将图像从 Flex 应用程序传递到 asp net c# Web 服务?

发布于 2024-11-02 08:06:31 字数 121 浏览 1 评论 0原文

我想将图像从 Flex 应用程序存储到 ASP Net Web 服务,稍后将这些图像发送回 Flex 应用程序。您能否提供一个 C# 中的 Web 方法示例,或者建议一个网站来了解如何执行此操作。我尝试凝视但找不到任何有用的东西

I want to store images from the flex application to a asp net web service and at a later point will be sending these images back to flex application . Can you please give a example web method in c# or suggest a website to read about how to do this. I tried goggling but couldn't find anything very useful

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

太阳哥哥 2024-11-09 08:06:31

我能想到的有两种方法:

  • 使用 AMF 并将 ByteArray 发送到 C# (flex 到 c#)
  • 使用 URLRequest 及其 data 属性通过 HTTP POST 发送以 Base64 编码的 ByteArray

There are two ways I can think of:

  • use AMF and send ByteArray to C# (flex to c#)
  • use URLRequest and it's data property to send ByteArray encoded in Base64 via HTTP POST
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文