当前位置: 首页 > 软件库 > 程序开发 > >

ember-file-upload

HTML5 file uploads for Ember apps
授权协议 MIT License
开发语言 JavaScript
所属分类 程序开发
软件类型 开源软件
地区 不详
投 递 者 温峻熙
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Ember FileUpload CI

Ember FileUpload is an ember addon that makes uploading files easy.

Uploads continue in the background, even after a page transition. In other words they are persistent across routes in your application.

View the docs here.

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v12 or above
  • Modern browsers. Internet Explorer 11 might work but is not offically supported.
  • Strict Content Security Policy (CSP) except for mirage route handlers, which require data: protocol to be included in image-src and media-src directives.

Installation

  • ember install ember-file-upload

Contributing

Contributors are welcome! Please provide a reproducible test case. Details will be worked out on a case-per-case basis. Maintainers will get in touch when they can, so delays are possible. For contribution guidelines, see Contributing and code of conduct.

For more information on using ember-cli, visit https://ember-cli.com/.

  • 我想单击按钮2以在按钮1上触发单击事件.我可以使用JQuery完成此任务. HTML: Upload File JS: $('#upload_input').trigger('click'); 我是Ember.js的新手,我想在Ember.View环境中完成相同的功能.预先感谢您的帮助. 解决方法: 只需在输入上使用change事件.然后,您可以发布表单,或使用ajax异步回发.这是一个简单的例子

 相关资料
  • Ember检查器是一个浏览器插件,用于调试Ember应用程序。 灰烬检查员包括以下主题 - S.No. 灰烬检查员方式和描述 1 安装Inspector 您可以安装Ember检查器来调试您的应用程序。 2 Object Inspector Ember检查器允许与Ember对象进行交互。 3 The View Tree 视图树提供应用程序的当前状态。 4 检查路由,数据选项卡和库信息 您可以看到检查

  • File An API to read, write and navigate file system hierarchies, based on the W3C File API. Objects DirectoryEntry DirectoryReader File FileEntry FileError FileReader FileSystem FileTransfer FileTrans

  • fis.file~ File new File(propsopt) File,fis 编译过程中,文件会被此类进行封装,对于文件的操作,都是通过此类来完成。 Parameters: Name Type Attributes Description path... String 文件路径,可以作为多个参数输入,多个参数会被 / 串联起来。 props Object <optional> 可以默认给文

  • fis. file 用来创建 File 对象, 更多细节请查看 File 说明。 var file = fis.file(root, 'static/xxx.js'); Source: file.js, line 690 See: File 类说明 Classes File Members (static) wrap 用来包裹文件,输入可以是路径也可以是文件对象,输出统一为文件对象。 Source

  • 文件操作. 支持 安装 $ npm install universal-file --save 方法 getInfo(options) 获取文件信息。 参数 属性 类型 默认值 必选 描述 支持 filePath String √ 文件路径 digestAlgorithm String md5 x 摘要算法,支持 md5 和 sha1 getSavedInfo(options) 获取保存的文件信息

  • This plugin implements a File API allowing read/write access to files residing on the device. This plugin is based on several specs, including : The HTML5 File API http://www.w3.org/TR/FileAPI/ The (n