i have to validate an <input type="file" />
html field in which is only possibile to upload .fbx files, but javascript is not recognizing this MIME-TYPE
(it returns an empty string), there is any way to do so?
This is what i get:
lastModified:1497968051479
lastModifiedDate:Tue Jun 20 2017 16:14:11 GMT+0200 (CEST)
name:"headset.FBX"
size:669984
type:""
webkitRelativePath:""
Thanks all