diplmas signaure solved

This commit is contained in:
Eudes Inácio
2024-01-29 13:43:49 +01:00
parent ba464a4f73
commit 78c6ac2f36
9 changed files with 51 additions and 16 deletions
@@ -359,7 +359,7 @@ export class NewPublicationPage implements OnInit {
.then(async (content) => {
console.log(result)
console.log(content)
console.log('load video tablet base64',content)
this.filecontent = true;
let fileObject = new PublicationAttachmentEntity ({
base64: content.data,
@@ -1002,6 +1002,7 @@ export class NewPublicationPage implements OnInit {
.then(async (content) => {
this.filecontent = true;
console.log('',content)
let fileObject = new PublicationAttachmentEntity({
base64: content.data,
extension: 'mp4',