BirdMessenger icon indicating copy to clipboard operation
BirdMessenger copied to clipboard

DotNET client implementation of the Tus protocol for resumable file uploads.

Results 5 BirdMessenger issues
Sort by recently updated
recently updated
newest added

Hi, I'm currently using tusdotnet on my server and now i want to use the BirdMessenger on the client site. Uploading Files works great but I also need to be...

feature

I installed BirdMessenger by Pakage Manager and my .csproj file is ``` Exe net6.0 enable enable ``` I cant find namespace of TusCreateRequestOption, TusCreateAsync and others ! I think the...

question

Currently if UploadLength is set to zero without setting IsUploadDeferLength to true, the library will throw an error that "UploadLength should not be less than zero", so it is not...

feature

Currently its quite difficult to handle a failed upload using TusPatchWithChunkAsync. If the upload fails while uploading a following chunk it returs the response of the previous (succeeded) chunk. If...

enhancement