Create file on client machine and then save on web server
Hello.I have one project which is divided into 2 applications.
1 for customer which is web application
and second for admin which is in pure windows application.
We have deployed customer side in https path and prepare .exe file for admin which client is using locally.
I have one requirement / issue where i need to create file in client machine through .exe and then save it into https path.
How to do this ?