We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to upload recorded file using
<audio-recorder v-if="showRecorder" upload-url="some url"
with some url being linked to a php callback like :
admin_url( 'admin-ajax.php' )."?action=my_action
The callback is called on server side, and audio file can be retrieve.
Nevertheless, how to add more data in upload URL call ?
https://github.com/grishkovelli/vue-audio-recorder/blob/master/src/components/uploader.vue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to upload recorded file using
with some url being linked to a php callback like :
admin_url( 'admin-ajax.php' )."?action=my_action
The callback is called on server side, and audio file can be retrieve.
Nevertheless, how to add more data in upload URL call ?
https://github.com/grishkovelli/vue-audio-recorder/blob/master/src/components/uploader.vue
The text was updated successfully, but these errors were encountered: