Skip to content

Multiple Files Upload Renames Input Field #409

@zotakk4o

Description

@zotakk4o

Hi Team, there seems to be a problem sending multiple files at the same field(part) name.

var data = {
images: [{
file: 'linux.png',
content_type: 'image/png'
}, {
file: 'linux(1).png',
content_type: 'image/png'
}]
}
Request with this data will be sent as:
{
images[0]: ...,
images[1]: ...
}

Can you please inform me on whether this can be changed?

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