I am having a file upload control in my page. I want to get the full path of the uploaded file by javascript. i have written
document.getElmentById('fileControl").value;
It is showing the full path in IE but in mozilla 3.5 it is showing only the filename not the path.
So how to solve this problem ?