I've written a property editor that helps transcribe text to audio. The result is a base64 encoded audio/mp3 file.
My only issue now is attempting to save this file and attach it to my property editor model. No matter what I search for, I find myself going in circles. Has anyone tackled this?
Ideally, the file could be attached at the content & property level and NOT part of the media center.
I've seen this referenced throughout the image cropper (same behavior I'm looking for in terms of attachment) and the file upload, but it doesn't seem to "do" anything.
fileManager.setFiles({ propertyAlias: $scope.model.alias, culture: $scope.model.culture, segment: $scope.model.segment, files: [ x ] });