Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to specify the uploaded file content-type #3367

Open
leplatrem opened this issue Oct 17, 2024 · 0 comments
Open

Add ability to specify the uploaded file content-type #3367

leplatrem opened this issue Oct 17, 2024 · 0 comments

Comments

@leplatrem
Copy link
Contributor

If unset, let the server assign it as it does now.

If set the attachment passed to kinto.js's collection.createRecord(..) should contain the type

({ __attachment__: attachment, ...record }) => {
const {
params: { bid, cid },
} = match;
createRecord(bid, cid, record, attachment);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant