upload image as video on publication solved

This commit is contained in:
Equilibrium ITO
2024-03-11 16:05:59 +01:00
parent c49cd411e3
commit 689a6299cc
2 changed files with 30 additions and 36 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export class AttachmentsService {
downloadFile(guid: any) {
let downloadUrl = environment.apiURL + 'objectserver/streamfiles?path=' + guid;
let downloadUrl = environment.apiURL + 'objectserver/StreamChatFiles?path=' + guid;
var name = new Date().getTime();
return this.http.get(downloadUrl, {
responseType: "arraybuffer",