Parse a File on Client and Send to Server Without Client Manipulating Data
I have a desktop app that takes a file format and parses it to get some JSON data that is then send to a server.
My problem is figuring out if it is possible to somehow parse the data on the client and then send this JSON data to the serve… Continue reading Parse a File on Client and Send to Server Without Client Manipulating Data