Skip to content

Temporary files are not automatically removed. #119

Description

@BilityLeu

When uploading multiple temporary files in a single request, only one file is eventually cleaned up automatically.

The tempDir variable in getForm is reassigned for each uploaded file, but the finalizer closure only remembers the last assigned tempDir. Each file is placed in a different temporary directory, but the cleanup logic will only delete one of them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions