You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you are confused between Uppy metafields and the metafields value for Tus. meta fields in uppy will be shown in the dashboard, and will be added to the file meta data. Meta fields on tus will filter what is send along, not added.
If you want to change Tus headers dynamically, checkout this comment. If you want to send meta data per file, use uppy metafields.
Closing this but feel free to continue the discussion here.
I would like to use the Tus file upload method to take advantage of the piecewise uploading of large files. Additionally I have the need of sending further data with the file to the server. Therefore I would like to use the metafields in the response header. As described in https://uppy.io/docs/tus/#metaFields-null and https://tus.io/protocols/resumable-upload.html#upload-metadata.
My code is looking like this:
I would now expect the metaFields to appear in the request header when uploading a file. But there isn't. Is there something I missed?
The text was updated successfully, but these errors were encountered: