Skip to content

Uploading file without extension causing error on onChange function #107

@richie86

Description

@richie86

for (let i = 0; i < fileList.length; i++) { const currentFileExt = fileExtRegExp .exec(fileList[i].name)[1] .toLowerCase(); // Get file extension.

will have error on these line

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