Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Files Upload Renames Input Field #409

Open
zotakk4o opened this issue Aug 9, 2022 · 0 comments
Open

Multiple Files Upload Renames Input Field #409

zotakk4o opened this issue Aug 9, 2022 · 0 comments

Comments

@zotakk4o
Copy link

zotakk4o commented Aug 9, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant