Skip to content

File upload with "_" in path not possible #35

@blocker84

Description

@blocker84

Hi,

a file upload from a source path with "_" is not possible.

In lib/File.php line 120:

$path = str_replace(array("\\", "_"), DIRECTORY_SEPARATOR, $path);

I don't see a reason for the replace of a "_".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions