We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Works fine, but image doesn't display in my case. What to do?
The text was updated successfully, but these errors were encountered:
Working on localhost, check the upload_path configuration.
upload_path
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.
Sorry, something went wrong.
No branches or pull requests
Works fine, but image doesn't display in my case. What to do?
The text was updated successfully, but these errors were encountered: