nadrshin

Results 3 issues of nadrshin

How can I use "custom_modifiers" in config_dev.yml?

Is it possible to use symfony form in GET-reqeust?

enhancement

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