I have a
When I\'m using: alert($(\"#uploadPicture\").val());
alert($(\"#uploadPicture\").val());
It ale
You can't set the value of a file input in the markup, like you did with value="123".
value
file
value="123"
This example shows that it really works: http://jsfiddle.net/marcosfromero/7bUba/