I have two application client and server apps. My client application is checking xml then uploading it server. My server application is reading this xml. This is the senario.
I want to add a flag to xml in client side(Example ok,fail or 0,1 or true,false.)then upload it the server. Before reading it in server application, It will check the flag then read xml.
Note : My xml file size over 20 gb.
I tried to use Windows API Code Pack to add or edit File Properties but I couldn't.
How can I resolve this problem?