Home > Backend Development > PHP Tutorial > plupload上传附件的控件在IE拖动效能无效

plupload上传附件的控件在IE拖动效能无效

WBOY
Release: 2016-06-13 12:07:41
Original
1068 people have browsed it

plupload上传附件的控件在IE拖动功能无效
文件拖动上传功能firefox chrome可以 但是ie不行 

现在是设置  drop_elememt的属性 来实现拖动功能的
用的是 ie11 jquery是1.11.1
但是官网上的那个example 在ie下是可以拖动的
但是官网下载的代码无法运行。。。。
求助....




------解决思路----------------------
文件拖动上传需要html5
------解决思路----------------------
你看下是不是IE下axctive里面有部分东西被禁用了没?还有确认下官网的是不是有要安装插件?如果都木有还是不行,那我也就不知道了。
------解决思路----------------------

<br /><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><br />
Copy after login

看看你的网站有没有类似于这个的东西,这个会自动将你的IE 11设置为兼容IE 7 而不支持html5

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