IphpFileStoreBundle icon indicating copy to clipboard operation
IphpFileStoreBundle copied to clipboard

Symfony 2 file upload for doctrine entities

Results 22 IphpFileStoreBundle issues
Sort by recently updated
recently updated
newest added

I have problem with file uploading. On save symfony get "Exception: Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed". I do all that written on docs.

First of all - this is a great bundle. I use it in combination with sonata admin. I like to change a few things in the view. Can anyone provide...

Bundles: SonataAdminBundle IphpFileStoreBundle Content: When build filter for current entity (Photo) I use another entity (Gallery) with field of IphpFile. It builds well. In front it shows well. I filter...

``` ->with('Images') ->add('images', 'sonata_type_collection', array( 'by_reference' => false, 'cascade_validation' => true, ), array( 'edit' => 'inline', 'inline' => 'table' )) ->end() ``` Clicks before ![Before button of add new](http://i.imgur.com/XsAPSKd.png) Clicks...

If you don't put `namer: ~` in your mapping configuration, conflicting files are not renamed (and I think they should, using the default namer).

Works fine, but image doesn't display in my case. What to do?

File is not deleted when you edit through sonata_type_collection. ->add('portraits', "sonata_type_collection", array( 'label' => false, 'required' => false, 'by_reference' => false, 'data_class' => null ), array( 'edit' => 'inline', 'inline'...

Some hash (md5/sha1 from file) namer needed. In the current arch there is complicated to implement hash namer. But this type of namer is very popular and many other bundles/libraries...

Hi. Is it possible to handle multiple file upload in that easy way?

I couldn't manage to get rid of the checkbox when I use this bundle with Sonata as part of child form. Being specific, if you want to remove that checkbox,...