zendframework / zend-filter

Filter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

Dont't work multu files #65

Open LeikoDmitry opened 6 years ago

LeikoDmitry commented 6 years ago

Zend\Filter\File\RenameUpload not work with multu upload files from form. What I need do for work with attr multiple in form?

Ocramius commented 6 years ago

What's a multu? Can you clarify what this would look like?

LeikoDmitry commented 6 years ago

multi files

LeikoDmitry commented 6 years ago

If I upload one file - good work, but if I in form add attribute - multiple not work

froschdesign commented 6 years ago

We already had this question / feature request, but at the moment I can not find it.

LeikoDmitry commented 6 years ago

Where I'm can found this question?

LeikoDmitry commented 6 years ago

Maybe later, don't forget about. Please let me know.

LeikoDmitry commented 6 years ago

It's very important:)

froschdesign commented 6 years ago

…but at the moment I can not find it.

😉

(Maybe in inputfilter, validator, form, … – I think the first workaround was a callback with a loop.)

LeikoDmitry commented 6 years ago

Maybe, ok, I will try find another solutions)

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-filter; a new issue has been opened at https://github.com/laminas/laminas-filter/issues/5.