-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
If your addDependent field have a FileType::class the model behind will stay as null, and not have a UploadedFile.
I tried to add enctype: multipart/form-data to form attributes, like this
{{ form_start(form, {
attr: {
'data-action': 'live#action:prevent',
'data-live-action-param': 'save',
'enctype': 'multipart/form-data',
}
}) }}
But that didnt do the trick.
Tomsgu and dkrasov
Metadata
Metadata
Assignees
Labels
No labels