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
9.0
When adding new media there is no response data. This is due to tempFiles not being passed into the return result.
tempFiles
This missing data means that the dropzone post upload isn't working properly if there is an error in the upload.
No response
Add new media, and check the response from the PostAddFile.
PostAddFile
The text was updated successfully, but these errors were encountered:
Return tempFiles
cbf7897
Add the response data to the return. Fixes umbraco#11278
5c25567
Add the response data to the return. Fixes #11278
Fixed in #11304
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8
9.0
Bug summary
When adding new media there is no response data. This is due to
tempFiles
not being passed into the return result.This missing data means that the dropzone post upload isn't working properly if there is an error in the upload.
Specifics
No response
Steps to reproduce
Add new media, and check the response from the
PostAddFile
.Expected result / actual result
No response
The text was updated successfully, but these errors were encountered: