开发者

Send Multipart XML using FLEX/Actionscript to web service

开发者 https://www.devze.com 2023-02-28 16:05 出处:网络
I need to send a Multipart XML POST request to a web service using FLEX/Actionscript. I would prefer to send it using FLEX, but Actionscript would work as wel开发者_开发知识库l.

I need to send a Multipart XML POST request to a web service using FLEX/Actionscript. I would prefer to send it using FLEX, but Actionscript would work as wel开发者_开发知识库l.

Anybody know how to do that?


Use the HTTPService class and Google helps a lot too.


This is typically done using the FileReference class / upload method. You can attach additional values to a parameter object. By the way, Flex components (MXML) get rendered to Actionscript when you compile, so either way, you're doing it with Actionscript.

0

精彩评论

暂无评论...
验证码 换一张
取 消