WebForm access to file on local machine

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to call an .aspx file and have it (the downloaded page) access
a file in the file system of the local machine where the Web browser runs?
 
No,

only ActiveX controls running in the browser could do anything like this,
and it is probably denied by the user by default. I wouldn't want a web page
to access my machine.
 
Back
Top