C
Chris
Hello,
I am using asp.net. I have been searching this for a while, but dint
find any solution yet. Any help will be appreciated.
I have a string variable say 'myFile' that has complete path of a file
located in client machine. eg:
Dim myFile as string = "C:/myFolder/File1.txt"
Clicking on a button should copy that file from local client to a
location in the server.
I am familiar with 'HtmlInputFile', but the property 'PostedFile' is
readonly. I can not assign my 'myFile' variables value to it. I am not
using HTMLInputFile b'coz I dont want to store the file when I select
it after browsing. I am storing it in a string variable and later on
(in the end), I have to save/upload it in the server.
Thanks,
Chris
I am using asp.net. I have been searching this for a while, but dint
find any solution yet. Any help will be appreciated.
I have a string variable say 'myFile' that has complete path of a file
located in client machine. eg:
Dim myFile as string = "C:/myFolder/File1.txt"
Clicking on a button should copy that file from local client to a
location in the server.
I am familiar with 'HtmlInputFile', but the property 'PostedFile' is
readonly. I can not assign my 'myFile' variables value to it. I am not
using HTMLInputFile b'coz I dont want to store the file when I select
it after browsing. I am storing it in a string variable and later on
(in the end), I have to save/upload it in the server.
Thanks,
Chris