IphpFileStoreBundle
IphpFileStoreBundle copied to clipboard
Symfony 2 file upload for doctrine entities
Hi, Congratulation for the bundle, this is great. I'm using in 4 different entities, but in User entitity, after update to v2.5 or v2.5.1 the file field doesn't appear in...
Привет! Приятно, что разработчик бандла русскоговорящий и из России! Надеюсь бандл не совсем заброшен, и им можно пользоваться на SF4 )) Я пока новичок, и бандлы писать не умею, только...
I'm not sure if this is the best fix. But it does seem to work. We'll properly test this some more during the coming days. But I already post this...
This is only an issue since I've upgraded to symfony 3.2. I have an ExamType form which has a collection of ExamVersionType forms. These latter contain 2 DatetimeType forms and...
Hi. In my project resolution of uploaded image changes after form submiting. As a result, сlass of image changes from `\Symfony\Component\HttpFoundation\File\UploadedFile` to `\Symfony\Component\HttpFoundation\File\File`. This bundle [moves](https://github.com/vitiko/IphpFileStoreBundle/blob/master/FileStorage/FileSystemStorage.php#L146) `\Symfony\Component\HttpFoundation\File\UploadedFile` objects and [copies](https://github.com/vitiko/IphpFileStoreBundle/blob/master/FileStorage/FileSystemStorage.php#L148)...
Hello! After bundle update I have the error in SonataAdmin: Compile Error: Cannot use Symfony\Component\Form\Extension\Core\Type\FileType as FileType because the name is already in use. ... in vendor\iphp\filestore-bundle\Iphp\FileStoreBundle\Form\Type\FileTypeBindSubscriber.php at line 8...
Hello, I have a problem with iphp_file field. I can't display it in Sonata Admin : ``` /** * @ORM\Table(name="produit") */ class Produit { ... /** * @var string *...
I'm using symfony3 for my new project. As usual I installed this bundle and when I execute "`php bin/console doctrine:generate:entities AppBundle`" command to generate my entities i get follow error...
How can i disable or hide or remove 'delete' checkbox for specific field?