helhum / upload_example

File Upload using Extbase and FAL
101 stars 51 forks source link

Add support for file multiupload #10

Closed pschiffmann closed 2 years ago

pschiffmann commented 9 years ago

First draft for the support of

siwa-pparzer commented 8 years ago

Classes/ViewHelpers/Form/Multiupload/DeleteViewHelper.php - Line 41, 47: Shouldn't it be "$index+1" ? Otherwise every input field would have the same index, and if you save the view again, only the last fileReference persists.