For a Windows.Forms application (C#), I have 2 functionality needs:
- Upload multiple files at once (3 files, around 1mb each)
- Transfer multiple files from server to client when ready
For #2, transfering from server to client, the solutions I am considering are:
- Send from client to server
- send a message to the client that the files are ready for download
- Poll the server at intervals to find when files ready for download