IphpFileStoreBundle icon indicating copy to clipboard operation
IphpFileStoreBundle copied to clipboard

Can't get Image show.

Open sunviwo opened this issue 11 years ago • 1 comments

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

sunviwo avatar Sep 18 '14 13:09 sunviwo

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.

s1yamuza avatar Apr 06 '15 11:04 s1yamuza