adopted-ember-addons / adopted-ember-addons/ember-file-upload
Support for application/octet-stream uploads and file chunking
- 主要語言
- TypeScript
- 星號
- 196
- 分支
- 115
- PR 合併指標
- 30 天內沒有已合併 PR
描述
This looks like a great addon. I like the approach of using a service a lot. For me to use this in my project I would need two things. First, I need to support sending uploads without `multipart/form-data` encoding. Basically I would just put the blob content in the request body and use `application/octet-stream` as the content type.
Would you be interested in a PR to add this as an option? Maybe `options.encoding` with options `form` (default) or `octet`?
Second, I'd like to see an option to upload large files using chunking. One way to achieve this would be to depend on something like [resumable.js](http://www.resumablejs.com/). Is this a direction you are interested in?
Please let me know your thoughts. Thanks!
貢獻指南
評估
這個 Issue 還沒有評估資料。