I want to find path of file and for this I am using
$('#changefilename')[0].files[0].path
inside jquery but I am finding Undefined, Although I am using same process some place and finding desired output correctly but at this place I am finding wrong output.
Jsfiddle
if someone is familiar with this problem then Kindly help me.