Hi,
We have a web application which is hosted on cloud server.
Our clients want to upload files using this application; to the computer which is in their own network. How can I achieve this using C#?
Means, e.g. Our application is hosted on a cloud server A.
Client is using our application from his/her computer B and client wants to save/upload a file to computer C which is in network/LAN with computer B (from which client is using/accessing application). SO, computer B and C are in network. But the application by which client needs to upload/save file to B is hosted on C which is a cloud server.
Thank you.
Any help would be appreciated.