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
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:
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).
The text was updated successfully, but these errors were encountered: