Marius

Results 73 issues of Marius

This adds an option `clientName` which, if present, will be appended to the `Transloadit-Client` header. The idea is that this can be used to add information about which client application...

Inside IETF's HTTP working group, we are currently discussing a draft for resumable file uploads over HTTP: https://datatracker.ietf.org/doc/draft-ietf-httpbis-resumable-upload/01/. The draft itself is rather new and might undergo severe changes, but...

addition/proposal
needs implementer interest
topic: http

When `start()` is called another time while the upload is already running, it will cause two or more uploads for the same file to be running at the same time....

bug

The Karma test runner is deprecated and no longer maintained: https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes Recommended replacements are: - [Web Test Runner](https://modern-web.dev/docs/test-runner/overview/), which also provides an integration with [BrowserStack](https://modern-web.dev/docs/test-runner/browser-launchers/browserstack/) and [Jasmine](https://github.com/blueprintui/web-test-runner-jasmine) - [jasmine-browser-runner](https://github.com/jasmine/jasmine-browser-runner), which...

enhancement

This patch provides a first, rough support for the new, upcoming resumable uploads draft. Details of its specification are currently available at https://datatracker.ietf.org/doc/draft-ietf-httpbis-resumable-upload/01/. With this PR we can gain first...

This PR adds a section describing a possible interaction between resumable uploads and digest fields. I am not yet entirely sure whether this style is appropriate in such a draft...

resumable-upload

As discussed in https://github.com/httpwg/http-extensions/issues/2501 and https://github.com/httpwg/http-extensions/issues/2610, the PATCH requests needs a suiting media type to describe the message content. Since there does not seem to be an existing, suitable media...

resumable-upload

With this PR, I attempt to clarify the role of content and transfer encoding in resumable upload that is: - the bytes for offsets are counted on a representation, where...

resumable-upload

In https://github.com/httpwg/http-extensions/issues/2312 we discussed how a server could provide the client with access to information and resources that are generated based on the uploaded data. One solution that emerged was...

resumable-upload

As discussed in https://github.com/httpwg/http-extensions/issues/2741, this mechanism allows the server to send an Upload-Limit header in informational and final responses. The header indicates a maximum upload size that the server accepts....

resumable-upload