0

I am creating a web app in which I am selecting an image from my drive from

<input class="file-upload-input" id="vattiuploadctrl" type='file' onchange="readURL(this);" accept="image/*" />

i just want to get full path of the particular image without saving the image,

Hemanth Vatti
  • 85
  • 1
  • 8
  • Check this [link](https://stackoverflow.com/questions/15680629/mvc-4-razor-file-upload) if it helps – Rex Aug 23 '17 at 13:03
  • You want to get the path in the client machine ? Why do you need it ? – Shyju Aug 23 '17 at 15:32
  • You cant (for security reasons). You can only get the file name. But why would you want the path anyway - that is completely irrelevant since you should never know the file structure on your users machines –  Aug 23 '17 at 22:47

0 Answers0