Skip to content

fileType #8

@blacmox

Description

@blacmox

The values for the accept attribute of an input element must be separated using commas:
<input type='file' accept='mime-1, mime-2'>

So Line 87 must be: file_types = settings.fileType.split(',');

For common mime types see:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types

Cheers

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