You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: