A fragment with contains_image set to true, will show one upload field per locale when editing that fragment. Each uploader has the same name, meaning that only the last one will actually work.
A multi-locale fragment should only ever show one uploader field. If locale-dependant images are required, separate fragments should be made.
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
A fragment with
contains_image
set to true, will show one upload field per locale when editing that fragment. Each uploader has the same name, meaning that only the last one will actually work.A multi-locale fragment should only ever show one uploader field. If locale-dependant images are required, separate fragments should be made.