I'm using vue.js 2.3 and element-ui.
I'd like to use the upload-file component to send files to my server.
In the doc we can find the action "https://jsonplaceholder.typicode.com/posts/"
Question
I would like to know how can I add a parameter to the action?
Situation
I currently receive an array file with the data of my file but I would like to be able to pass other parameters