文件名称:ember-active-storage:通过Rails的Active Storage直接上传
文件大小:154KB
文件格式:ZIP
更新时间:2024-02-25 17:08:32
ember rails5 EmberJavaScript
剩余存储 安装 ember install ember-active-storage 用法 该插件提供了activeStorage服务,使您能够: 将文件发送到Rails后端的直接上传控制器; 听上传进度事件。 假设您的模板具有如下文件输入: < input type = " file " onchange = {{ action " upload " }} /> 并且您的ember模型在其相应的Active Record模型上具有定义为has_one_attached :avatar的avatar属性,然后在您的组件(或控制器)中, upload操作将如下所示: import C
【文件预览】:
ember-active-storage-master
----.gitignore(346B)
----app()
--------.gitkeep(0B)
--------services()
----package.json(2KB)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----.travis.yml(1KB)
----index.js(391B)
----addon()
--------model()
--------.gitkeep(0B)
--------services()
--------utils()
---------private()
----testem.js(581B)
----.eslintrc.js(1KB)
----README.md(5KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------dummy()
--------integration()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----.npmignore(277B)
----.editorconfig(368B)
----yarn.lock(327KB)