I\'m able to use onBlur to validate type=text or textarea inputs, however I haven\'t been able to get the same to work for type=file.
This works:
Try using the onchange-Event:
<input type="file" name="file_upload" size="30" class="input" onchange="alert('Frell me dead, it works!');">
Demo: http://jsfiddle.net/TimWolla/azvGP/