Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Uploading large files #14

@robertutterback

Description

@robertutterback

Uploading small files is no problem, but we will probably need changes to handle large files.

  1. Compress them?
  2. Use streaming so they don't all have to be buffered at once. I'm
    think Sveltekit is still working on some things in this area.
  3. Do we need to submit files separately? Does it help? It does
    actually help with having separate progress bars for each file,
    which is kind of nice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions