I have trying get full path of uploading file, but i can't take that. My code is here
HTML
<input type="file" id="file">
Javascript code
console.log(document.getElementById("file").value);
output
C:\fakepath\image.jpg
I want to know full path of the file.