I just can't see how to get the value of a file name returned from an <input type="file" />
element.
This fiddle looks extremely simple. It pops up a file select dialog, it even displays the selected file name. BUT, I just can't see how to get that file name as a $scope
variable.
Can someone please add that to the fiddle, OR post or direct me to an extremely simple code example?