downloadIntroduction to the method of handling IE compatibility of downloaded files

高洛峰
Release: 2017-03-24 09:46:59
Original
2767 people have browsed it

According to CANIUSE (http://caniuse.com/#search=download) download compatibility is shown in the figure below:

downloadIntroduction to the method of handling IE compatibility of downloaded files

As shown in the figure above, IE browser is not supported.

1. Test code:

nbsp;html>


    
    download 下载文件 IE兼容性处理


    下载

Copy after login
Copy after login

2. Effect:

downloadIntroduction to the method of handling IE compatibility of downloaded files

## And there is no 123.docx in the downloaded compressed package file.

3. Compatibility processing

Compress the file 123.docx (process the same as other files) into a 123.zip file, and then download it.

Sample code:

nbsp;html>


    
    download 下载文件 IE兼容性处理


    下载

Copy after login
Copy after login
Summary:

Compress the file to zip or rar extension before downloading.

The above is the detailed content of downloadIntroduction to the method of handling IE compatibility of downloaded files. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!