ember-file-upload
v9.1.0
Published
An uploader component for Ember apps
Downloads
82,462
Readme
Ember File Upload
Ember File Upload is an ember addon that makes uploading files easy.
Uploads can be managed through queues and continue in the background, even after a page transition. In other words they are persistent across routes in your application.
Documentation
Compatibility
- Ember.js 3.28 or above
- TypeScript 5.0 or above
- ember-auto-import 2.0 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 inimage-src
andmedia-src
directives.
Upgrading
See: Upgrade guide.
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/.