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

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

Open
klodeckl opened this issue Aug 3, 2023 · 0 comments

Comments

@klodeckl
Copy link

klodeckl commented Aug 3, 2023

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).

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