Hello
I've developed a chat application using WCF/ASp.net. I want to asynchronously transfer a file from one chat user to another chat user. What is best approach for this?
here are my insights/doubts
- Do i need a central server between two users to assist the file transfer?
- Can i create a direct channel without a central server?
- Do i need to store/upload it anywhere for file transfer?
- How should i make the file transfer reliable?