Skip to content

Multiple files #1

Description

@timo002

Hello,

you script is working fine for a single file upload. But how about multiple file upload?

<input type="file" class="form-control" name="file[]" id="file" placeholder="file" multiple>

It would be nice to set the max number of files to!

Like:

file:{
      fileType:{
        types: ["zip"]
      },
      maxFileSize:{
        "unit": "KB",
        "size": 100
      },
      NumFile:{
        "max" : 5
        "min": 2
      },

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