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 file upload not working for Symfony 3.3.13+ #37

Open
szymach opened this issue Dec 18, 2017 · 0 comments
Open

Multiple file upload not working for Symfony 3.3.13+ #37

szymach opened this issue Dec 18, 2017 · 0 comments
Labels

Comments

@szymach
Copy link
Contributor

szymach commented Dec 18, 2017

As of version 3.3.13 onward, the base file extension requires the data to be an array. MultiUploadCollectionListener turns the data into a single object, which causes the submitted data to be skipped altogether and files not being uploaded.

Just changing the data to array will not work, because doctrine-extensions does not support this.

@szymach szymach added the bug label Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant