Skip to content

[Bug] removeFiles() method sends additional DELETE request for chunk upload #859

Open
@atidivya

Description

@atidivya

Is there an existing issue for this?

  • I have searched the existing issues

Have you updated FilePond and its plugins?

  • I have updated FilePond and its plugins

Describe the bug

When using chunk upload for the vue-filepond, we use removeFiles() method to clear the queue when finished processing successfully. However, this methods also sends additional delete request to the server when it is not required.

image

image

How can we prevent this request.

My versions:
"filepond": "^4.30.3",
"filepond-plugin-file-validate-size": "^2.2.5",
"filepond-plugin-file-validate-type": "^1.2.6",
"vue": "^3.2.23",
"vue-filepond": "^7.0.2",

Reproduction

In order to reproduce the issue, please try chunk upload options.

Environment

- Device: Dell XPS laptop
- OS: Windows 11
- Browser: Chrome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions