mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
upload image as video on publication solved
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user