Skip to content

Commit 5c25567

Browse files
matthewcarenul800sebastiaan
authored andcommitted
Return tempFiles
Add the response data to the return. Fixes #11278
1 parent 1605dc1 commit 5c25567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.BackOffice/Controllers/MediaController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ public async Task<IActionResult> PostAddFile([FromForm] string path, [FromForm]
858858
}
859859
}
860860

861-
return Ok();
861+
return Ok(tempFiles);
862862
}
863863

864864
private IMedia FindInChildren(int mediaId, string nameToFind, string contentTypeAlias)

0 commit comments

Comments
 (0)