compressing XML file
Posted
by Sathish
on Stack Overflow
See other posts from Stack Overflow
or by Sathish
Published on 2010-03-31T09:21:17Z
Indexed on
2010/03/31
9:23 UTC
Read the original article
Hit count: 172
c#
HI
I have an xml file with 500KB size which i need to send it to webservice, so i want to compress this data and send it to the webservice
i have heard of some base24Encoding something... Can anyone throw more light on this
Suppose if i use GZipStream how can i send the file to the webservice
Thanks in Advance
© Stack Overflow or respective owner