how to upload a text file to the path of the application on the server - ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahmed222too
    New Member
    • Sep 2007
    • 47

    how to upload a text file to the path of the application on the server - ASP.NET

    how to upload a text file to the path of the application on the server to be processed by the application. And how to download the output text file to the client machine.

    thanks,
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    Hi Ahmed,

    Can you please post your code before asking for help? We will not write your code for you, merely provide links to help you solve your problem or code samples to give you an idea of how to solve your problem. Please read the T&C's for further instruction on this.

    As for your question, are you talking about ASP.NET or classic ASP?

    Regards,

    medicineworker

    Comment

    • ahmed222too
      New Member
      • Sep 2007
      • 47

      #3
      Originally posted by medicineworker
      Hi Ahmed,

      Can you please post your code before asking for help? We will not write your code for you, merely provide links to help you solve your problem or code samples to give you an idea of how to solve your problem. Please read the T&C's for further instruction on this.

      As for your question, are you talking about ASP.NET or classic ASP?

      Regards,

      medicineworker
      FileOpen(1, Server.MapPath( "aaa.txt"), OpenMode.Input)
      this code require the aaa.txt file to be on the server. i want to make the application to call the file from the local machine.

      thanks

      Comment

      • ahmed222too
        New Member
        • Sep 2007
        • 47

        #4
        Originally posted by medicineworker
        Hi Ahmed,

        Can you please post your code before asking for help? We will not write your code for you, merely provide links to help you solve your problem or code samples to give you an idea of how to solve your problem. Please read the T&C's for further instruction on this.

        As for your question, are you talking about ASP.NET or classic ASP?

        Regards,

        medicineworker
        regarding the language i use, it is asp.net

        Comment

        Working...