Currently, I'm working on chrome browser, I want to get path file from input tag, I use the code as below:
$('input[type=file]').val() //C:\fakepath\test.csv
But result isn't as my expect. please help me resolve it. Thanks
Currently, I'm working on chrome browser, I want to get path file from input tag, I use the code as below:
$('input[type=file]').val() //C:\fakepath\test.csv
But result isn't as my expect. please help me resolve it. Thanks