hi
i have file browser control to select any file and a button to upload
file on my web page now when i select any file. now on click of upload
button i have check that file exist or no
if system.IO.File. Exist(file path) then
....
end if
now when ever i choose file system.IO.File. Exist(file path) return
false, but if i select file from my virtual directory then only it
return true.
so how to select file from any folder on my PC and chech that it exist
or not
i have file browser control to select any file and a button to upload
file on my web page now when i select any file. now on click of upload
button i have check that file exist or no
if system.IO.File. Exist(file path) then
....
end if
now when ever i choose file system.IO.File. Exist(file path) return
false, but if i select file from my virtual directory then only it
return true.
so how to select file from any folder on my PC and chech that it exist
or not
Comment