tus-java-client icon indicating copy to clipboard operation
tus-java-client copied to clipboard

The tus client for Java.

Results 23 tus-java-client issues
Sort by recently updated
recently updated
newest added

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...

dependencies
java

Some servers do not support chunked message. Sending whole *part* in a single message would help to interact with such servers.

I'm using cloudflare stream tus, but its video id set "stream-media-id" in response header. How do I get response header stream-media-id?? https://developers.cloudflare.com/stream/uploading-videos/upload-video-file/#resumable-uploads-with-tus-for-large-files

question

**Question** How to set Proxy for TUSClient? We are using TUSClient to upload a large file to a server in chunks. We are required to go via Proxy server (with...

question

Please add ability to change Http stack used in the implementation. **HttpURLConnection** is currently hardcoded. Thanks in advance.

If one file is upload fail, how can i handle it? ReUpload? how? Where is the judging condition? PLZ, help me!

question

When use tusClient.setheaders, the serverside get wrongly encoded header values. I know we can use URLEncode to encode the header and server side to decode. But what i wrote is...

question

Field "size" in TusUpload should be mandatory when using streams. I didn't provide it and upload worked BUT on receiver side there was a problem with object UploadInfo (method uploadInfo.isUploadInProgress()...

enhancement

I'm getting "unexpected status code (411) while creating upload" while trying to upload a file using tus client, althogugh I'm setting the header specificaly. Any thoughts?

io.tus.java.client.ProtocolException: response contains different Upload-Offset value (1024) than expected (51778) ```java public static void upload(Context context, Bitmap bitmap, FileUploadInfo fileUploadInfo) throws IOException, ProtocolException { // Create a new TusClient instance...