-1

I want to get the physical file path. I tried a few options. <input type="file">
I need to get the physical path to pass it to another API in windows service on the same machine.
is it possible or not?

FarZad
  • 353
  • 3
  • 18

1 Answers1

1

It is not allowed because of security concerns. All modern web browsers have restricted this. Please see some of the many StackOverflow answers: https://stackoverflow.com/a/4176605/1158845 https://stackoverflow.com/a/3489167/1158845

Umair
  • 3,322
  • 2
  • 22
  • 38