Hi All,
I am trying to extract the entire path of the file that a user uploads on the browser and this i need to do using javascript or jquery.
If i give ($("#userfile").val());
i am able to extract only the file name and not the entire path.
Could someone please help me with this?