Chunked Uploady sending chunk information to server #815
Unanswered
downright-development
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Using the Chunk Start event hook should give you all of the information you need. You can add to the sendOptions headers or params the information you want to add to the chunk request. (moving to discussions) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Team,
We're looking to better understand how we can send along the chunk information to the server using the ChunkedUploady api.
Things we'd love to know on the server would be like...
total chunks, current chunk (index or offset, etc.), fileName (original name of the file, not the chunk id), etc.
Does anyone have an example or documentation on this op? Greatly appreciated & thank you so much!!
Beta Was this translation helpful? Give feedback.
All reactions