I am developing a client-server application - the server being an ASP .NET web app.
The client (a desktop app) needs to send data contained in a text file to my asp .net web app. Data would be approximately 100 KB, in multi-line textual form.
What is the best approach to POST this data to the server, given that I need to do it once every 10 minutes or so?