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.
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?
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.
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?
Comment