RuianUploadifyBundle icon indicating copy to clipboard operation
RuianUploadifyBundle copied to clipboard

Add Uploadify support for symfony2

Results 7 RuianUploadifyBundle issues
Sort by recently updated
recently updated
newest added

Hey, I just tried to implement the RuianUploadifyBundle into my project but ran into some problems after sending the form. Upload itself is running fine and the file is uploaded...

Hi I get an error: Declaration of Ruian\UploadifyBundle\Form\Type\ResourceType::getParent() must be compatible with Symfony\Component\Form\FormTypeInterface::getParent() in /var/www/project/Symfony/vendor/ruian/uploadifybundle/Ruian/UploadifyBundle/Form/Type/ResourceType.php on line 55 I guess this should be considered: https://github.com/symfony/symfony/blob/master/UPGRADE-2.1.md#bc-breaks-in-form-types-and-options#bc-breaks-in-form-types-and-options

Hi there, I wanted to use this bundle for my file upload but I don't know who I need to do the entity-wiring and form building to actually have this...

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...

When using uploadify in form, it's required to manually include static resources (css, js...) and form theme. That can be improved, please see CKEditor example, same pattern can be applied...

Hi I've been able to get your uploader to work albiet by modifying your code, which seems weird because I believe it should work. When I use your sample code...