Meteor files : Image upload not working on firefox

Hi all,

I am developing a meteorjs + blaze based app in which I am using ostrio meteor files for image upload to s3, it is working fine on chrome but not on firefox.

I tried to find reason behind it and found that onBeforeUpload() test is passing but onAfterUpload() is not calling. Hence receiving file object without _id.

Thanks in Advance.