Due to download the file types in IE judgment, if can’t find the corresponding suffix MIME of words, will automatically according to the data flow to determine the types of files.

Edit web.xml in Tomcat and add:

<mime-mapping>
        <extension>apk</extension>
        <mime-type>application/vnd.android.package-archive</mime-type>
</mime-mapping>

相关文章: