Hello
the ff_getSubmit works perfect if i just upload one file per fileupload form field. As there is a "multi upload" checkbox - i have tried this as well. The upload to the storage is performed perfectly but just the first file reference is forwarded to the piece after form submit.
This is my piece example executed after form submit:
$this->execPieceByName('ff_InitLib');
$files = htmlentities( ff_getSubmit('files') );
Any ideas on this?
Thanks in advance
rennicke