grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications
MIT License
501 stars 158 forks source link

Please show how to create the URL for upload #39

Open crouti opened 4 years ago

crouti commented 4 years ago

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