Home > Backend Development > PHP Tutorial > Drupal中无刷新上传资料技术探讨

Drupal中无刷新上传资料技术探讨

WBOY
Release: 2016-06-13 12:47:49
Original
1017 people have browsed it

Drupal中无刷新上传文件技术探讨
在web中实现无刷新上传文件目前有几种方式:
1. 使用HTML5中的FormData和fileReader实现。但是这种方式只能用于IE10之后。
2. 使用swf文件做中转。
3. 使用隐藏的iframe提交。

以上2和3其实类似。

我在Drupal 7里发现content-type为image的字段都可以实现无刷新上传。

我研究了半天不知道它是怎么做到的。我的结论是:目前可排除第一种和第二种。但是第三种我也没在HTML内发现iframe的存在。

求解!
谢谢!

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