# Sending XML data to server script

**URL:** https://forum.kirupa.com/t/sending-xml-data-to-server-script/278823
**Category:** flash
**Created:** [January 6, 2009, 11:24am UTC](https://forum.kirupa.com/t/sending-xml-data-to-server-script/278823 "2009-01-06T11:24:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ayman](https://avatars.discourse-cdn.com/v4/letter/a/dec6dc/32.png) [@Ayman](https://forum.kirupa.com/u/Ayman)
#### Post date: [January 6, 2009, 11:24am UTC](https://forum.kirupa.com/t/sending-xml-data-to-server-script/278823/1 "2009-01-06T11:24:29Z")

</div>

I want to send large XML data to an ASP file on the server. What would be the best way to send this XML object?  
Do I include the entire XML as a string, in a post variable?? And then parse it in the ASP file? Or what?

Thanks guys
