How to store audio file documents in mendix using javascript ????????

0
Hello Mendix,                My use is to record audio messages and then send them in custom chat space developed. For the above use case i completed capturing the audio via Javascript and nanaflow. I am also able to play the audio file using javascript. But the problem arises when i try to store the audio file in Mendix database. The audio which is being recorded is created as a blob object. How to store this blob object in Mendix object so that i can retreive and play it when necessary. Please give me a detailed explanation or link.
asked
1 answers
0

Hi,

Please refer the below forum answer of uploading file using javascript

https://forum.mendix.com/link/questions/8579

 

Hope it helps!!!

answered