ZF-6949: File decorator creates upload identifier with same id
Description
When I add more file elements to form, file_decorator creates more hidden elements with the same id atttribute.
When I add more file elements to form, file_decorator creates more hidden elements with the same id atttribute.
Comments
Posted by Thomas Weidner (thomas) on 2009-11-12T13:04:58.000+0000
How are you creating/adding the file elements ?
Note that APC does actually not support to have 2 different APC_UPLOAD_PROGRESS id's. So depending on how you create the elements this behaviour could be correct.
Posted by Thomas Weidner (thomas) on 2009-11-13T13:10:32.000+0000
Closing as non-issue