RuianUploadifyBundle
RuianUploadifyBundle copied to clipboard
Problem when embedding forms
This:
'copy' => $this->getName() . '_' . 'data'
will not work if you do it in embedded form, somehow IDs do not match and javascript $('#{{ attr['data-copy'] }}').attr('value', response.folder+response.file); does not set value.