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

Resumable Uploads: Subsequent resources using Content-Location #2744

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Acconut
Copy link
Member

@Acconut Acconut commented Mar 4, 2024

In #2312 we discussed how a server could provide the client with access to information and resources that are generated based on the uploaded data. One solution that emerged was a Content-Location header the pointed to another resource, where the client could download data, fetch extracted information etc. This PR adds a small section explaining this possibility and its interaction with resumable uploads.

Closes #2312

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

Successfully merging this pull request may close these issues.

how to get the response after upload is complete
2 participants