Hi,
I would like to know if there is a way in jQuery to send data to server from a browser in XML format?
Thanks, Sana.
Hi,
I would like to know if there is a way in jQuery to send data to server from a browser in XML format?
Thanks, Sana.
XML is just text so just send it as a string parameter in an AJAX request. Simple as that.