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 well.
Anybody know how to do that?
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 well.
Anybody know how to do that?
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.