Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章标签:Files

找到 4 篇文档

  • Mozilla/Persona/Browser_compatibility Persona 支持下列浏览器。 Persona 包含一个跨平台的 JavaScript 库,因此用户使用时不需要安装任何插件。
  • Using_files_from_web_applications 使用HTML5 DOM新增的File API,现在可以让网页要求用户选择本地文件,并且读取这些文件的信息了。选择的方式既可以是HTML input 元素,也可以是拖拽 。
  • Web/API/Blob Blob 对象是包含有只读原始数据的类文件对象。 Blob 对象中的数据并不一定得是JavaScript 中的原生形式。 File 接口基于 Blob ,继承了 Blob ...
  • Web/API/FileList 一个FileList对象通常来自于一个HTML input元素的 files 属性,你可以通过这个对象访问到用户所选择的文件.该类型的对象还有可能来自用户的拖放操作,查看 ...