Skip to content

Support Filepond chunkUploads #200

@FluffyDiscord

Description

@FluffyDiscord

Right now the upload implementation takes the whole file and POSTs it to the backend.

The problem with this approach is that your file size is limited by the upload_max_filesize and post_max_size. There should not be the need to raise these values to gigabytes to ensure users can upload any file size.

Filepond has a solution for it, they offer chunkUploads option. The backend needs to support this though

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions