grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

successful-upload gets called multiple times

kreut opened this issue · comments

commented

Great work on this project!

One issue I've run into is that the successful-upload method gets called multiple times when I upload more than once. I can see this because in my callback I'm showing a message using $noty, and the noty will appear one more time than the previous upload for each upload.

Any suggestions would be appreciated.