Hi,
I have Uppy setup with XHR upload currently. I am sending the files as multipart-formdata currently to my .NET framework backend. I want to start using Tus but I know it does not support multipart-formdata with custom field name.
I am trying to figure out what the request sent by Tus looks like so that I can modify my endpoint to access the file appropriately from Tus request. Can someone guide me on what a Tus upload request looks like ?