upload_example icon indicating copy to clipboard operation
upload_example copied to clipboard

[TASK] Added support for TYPO3 9.5.x

Open GhanshyamBhava opened this issue 6 years ago • 1 comments

I have tested the extension for uploading multiple file upload from the frontend and this working as expected with my project.

GhanshyamBhava avatar Oct 21 '19 15:10 GhanshyamBhava

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.

zeichensatz avatar Mar 30 '20 11:03 zeichensatz