You must Sign In to post a response.
  • Category: Windows

    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 ?
  • #769341
    You can upload your file using a File Uploader .Now file is available to you on server and you can save it via reading through MemoryStream .
    Thanks!
    Anjali Bansal

    ~Give your best and lead the world

  • #769343
    Hello.
    Thanks for the reply.
    But, I required local to server uploading through automatic. Means while creating file, it will create and on same event, same file will copy to server through c# code.


  • Sign In to post your comments