how to serialize file through HTTP??
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
:confused::confused:Hi, I am developing an application where i need to serialize the XML files, which I have on my local hard disk with the XML files at my server. I am also using Rijndael algorithm to encrypt the files. Please suggest me how to go ahead with it as i don't have any idea on serializing data.. I want to mirror all the changes st server XML files to the local ones. If i can do it when the files are encrypted is the best. If not then I have to decrypt and then modify it..by serializing..and then encrypt it..again.. Please help me out.. Any help or pointers are highly apprecaited..I am using MFC..for doing the same.. Thanks a lot in advance.. Regards, Himanshu