You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem. It's because those aren't parameters for the config.yml but the properties.yml. You have to set them there, than it works.
I would like to see them in the config.yml, as they (especially the size parameters) aren't really a thing you have to change for each installation. You could still put them into the properties file, when using variables in the config.yml. But I would really like to see them in the config.yml.
zorfling
added a commit
to zorfling/symfony2-file-uploader-bundle
that referenced
this issue
Jan 28, 2014
I changed the parameter for: file_uploader.originals
However, FileManger->getFiles() does not return the files now because 'originals' is hardcoded in FileManager.php:
Also, uploading stops working if I do not have at least one option for file_uploader.sizes:
I am quite new to Symfony 2, so it is possible I am missing something.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: