Skip to content

Upload with multiple upload fields broken since TYPO3 11 and cureent Github version #63

@klodeckl

Description

@klodeckl

If having a form with more than one upload field the upload is broken. First upload field works, second not. The reason is that {uniqueId} is empty. I fixed it by setting {uniqueId} = {widgetIdentifier} in the fluid template:

<f:variable name="uniqueId">{widgetIdentifier}</f:variable>

TYPO3 11 and current github media_upload version 1.0.0 (version number is missing in ext_emconf.php).

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