upload_example
upload_example copied to clipboard
[TASK] Added support for TYPO3 9.5.x
I have tested the extension for uploading multiple file upload from the frontend and this working as expected with my project.
I have tested the extension for uploading multiple file upload from the frontend and this working as expected with my project.
I tried your version. Uploading of multiple files does not work correctly: Only the first selected file will be stored in the destination folder which is set in the Controller. The other files are stored in user_upload, which is set up in UploadedFileReferenceConverter.php as $defaultUploadFolder.