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
When trying to download a file uploaded in a Sulu form from here:
I get this error message:
Invalid file name "file" for media with ID "1950".
The file should be downloaded.
Upload a file in a Sulu form and try downloading is using the URL shown in the "Data" table
I think it has something to do with this change: https://github.com/sulu/sulu/pull/7535/files ?
The text was updated successfully, but these errors were encountered:
You are right we are currently not replacing the /file part correctly:
/file
SuluFormBundle/ListBuilder/DynamicListBuilder.php
Line 132 in 12d2df1
Sorry, something went wrong.
No branches or pull requests
Actual Behavior
When trying to download a file uploaded in a Sulu form from here:
I get this error message:
Invalid file name "file" for media with ID "1950".
Expected Behavior
The file should be downloaded.
Steps to Reproduce
Upload a file in a Sulu form and try downloading is using the URL shown in the "Data" table
Possible Solutions
I think it has something to do with this change: https://github.com/sulu/sulu/pull/7535/files ?
The text was updated successfully, but these errors were encountered: