Skip to content

Connection between client upload process and backend web-hooks #144

@mohamadrezza

Description

@mohamadrezza

Question
I’m using a backend where, in the pre-finish hook, I send a response back to the client (after the file has been written to MinIO). The client is supposed to perform a specific action after receiving this response. However, it seems that with this library, the client is not able to receive or read the response coming from the pre-finish hook.

Is there any solution or recommended approach for this?

Also, I’d appreciate an answer to this question as well:

When all chunks are uploaded from the client to the TUS server, which hook does the TUS server trigger: pre-create or pre-finish?

Does the completion of chunk upload from the client to the TUS server mean that the file is already fully written to the storage backend, or does that happen later?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions