adopted-ember-addons / adopted-ember-addons/ember-file-upload

Support for application/octet-stream uploads and file chunking

未關閉
#9 3 則留言 2 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。