IphpFileStoreBundle
IphpFileStoreBundle copied to clipboard
Can't get Image show.
Works fine, but image doesn't display in my case. What to do?
Working on localhost, check the upload_path configuration.
If your project path is http://localhost/project/web/app_dev.php/ , then your config should be the following:
`upload_dir: %kernel.root_dir%/../web/photo`
`upload_path: /project/web/photo`
Upload a new file to your entity and check.