javascript based tag ( type ='file'
) created
and add one attribute in that tag
that attribute name onchange
, i will assign alert
But alert is not come when choice the new file in internet explore.
choicefile.setAttribute("onChange", "alert('test')");