save txt file on client computer
-
Hello, I am developing Intranet web site. run on IIS. I have a txt file save on server inculde 'n' no of lines. when this txt file upload on server and save on sql server then no probleam. Client access my web site and client Computer have a txt file. when client upload txt file. then show message file not found.
-
Hello, I am developing Intranet web site. run on IIS. I have a txt file save on server inculde 'n' no of lines. when this txt file upload on server and save on sql server then no probleam. Client access my web site and client Computer have a txt file. when client upload txt file. then show message file not found.
So are you saying a client is trying to upload a file to your server or are they trying to download it from your server?
Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"
-
Hello, I am developing Intranet web site. run on IIS. I have a txt file save on server inculde 'n' no of lines. when this txt file upload on server and save on sql server then no probleam. Client access my web site and client Computer have a txt file. when client upload txt file. then show message file not found.
Rinki Mukheraji wrote:
I have a txt file save on server inculde 'n' no of lines.
Does this means, you the have the text file in the Server first?
Rinki Mukheraji wrote:
when client upload txt file. then show message file not found.
Seems like your using FileUpload Control's FileName property to upload the client file. Use PostedFile property.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot