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