upload_example icon indicating copy to clipboard operation
upload_example copied to clipboard

Support "multiple" attribute

Open M-arcus opened this issue 8 years ago • 4 comments

Using the multiple attribute for the input leads to an exception:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to a member function _isNew() on null | Error thrown in file /.../typo3_src-7.6.16/typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php in line 484.

On TYPO3 7.6.16

M-arcus avatar Mar 20 '17 13:03 M-arcus

Thanks for your report

The multiple attribute is not yet supported by this example

helhum avatar Mar 20 '17 13:03 helhum

There is an error in the TYPO3\CMS\Extbase\Property\PropertyMapper too, because it tries to map the file-array, that has multiple items.

M-arcus avatar Mar 20 '17 13:03 M-arcus

as I said multiple is not supported by this example ^^

helhum avatar Mar 20 '17 13:03 helhum

Bumping this one... Support for and understanding of uploading multiple files at once to an imageCollection instance would be awesome. I can't figure it out myself...

roel018 avatar May 21 '21 07:05 roel018