turbo-sdk icon indicating copy to clipboard operation
turbo-sdk copied to clipboard

feat(uploads): support multi-file/directory uploads and bundling

Open dtfiedler opened this issue 2 years ago • 0 comments

The current SDK only supports single file uploads. Proposing a new API that supports sending an array of ReadableStreams and proper control flow handling for individual failed uploads.

Considerations:

  • handling control-flow and upload failures responsibly
  • optionally bundle the data items into a single bundle

dtfiedler avatar Oct 24 '23 18:10 dtfiedler