-1

I ask about it here - Asp.net mvc - get full file name of uploaded file but they understood me wrong. Therefore I ask again.

Is it possible to get full file name of uploaded file in asp.net mvc?! For example, "C:\path\path2\fileName3.txt". I need to get "C:\path\path2\fileName3.txt". I think it's impossible.

See this image for details.

enter image description here

Community
  • 1
  • 1
Alexandre
  • 13,030
  • 35
  • 114
  • 173
  • 4
    possible duplicate of [Asp.net mvc - get full file name of uploaded file](http://stackoverflow.com/questions/7976998/asp-net-mvc-get-full-file-name-of-uploaded-file) – tvanfosson Nov 05 '11 at 18:38

1 Answers1

1

It depends on the browser. For some browser (like FF) sending to much information to the server is a security breach. You can read more here.

Beku
  • 395
  • 3
  • 8