try{
document.getElementsByName('file')[0].value='';
$("file").focus();
document.execCommand("selectall");
document.execCommand("Delete");
}catch(eee){}
try{
document.getElementsByName('file')[0].value='';
$("file").focus();
document.execCommand("selectall");
document.execCommand("Delete");
}catch(eee){}