I have a
When I\'m using: alert($(\"#uploadPicture\").val());
alert($(\"#uploadPicture\").val());
It ale
You can get it by using document.getElementById();
var fileVal=document.getElementById("some Id"); alert(fileVal.value);
will give the value of file,but it gives with fakepath as follows
c:\fakepath\filename