grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Key Name

halilyuce opened this issue · comments

Hello,

thanks for this amazing plugin.
I want to change the 'audio' key name with a custom one, for example, 'file'.

I could not find any prop for it, is there any possibilities to do it?

Is it about this?

data.append('audio', this.record.blob, `${this.filename}.mp3`)

Oh yeap, that's it! Thanks 👍 :)