I’m working with my web developer to add a feature to our Wix website that he created. It’s an app that allows users to record audio. Here is a link to it:
https://recorder-lovewaves.herokuapp.com
We are putting the app within an iFrame on our Wix site, but he’s running into an issue where Wix isn’t allowing upload of files through an iFrame. And, he is saying that Wix adds and removes the iFrame from HTML because it is a popup, so it removes the attributes.
In his own words, he said that he’s trying to “make a xhr post request from inside frame to upload audio blob + text data, but it gives 405 error”.
Is this something that can be allowed through our own coding? Here is our Wix site: www.mylovewaves.com
Thank you all for any advice! Much appreciated. Screenshots attached below.