问题 A question about the quasar framework uploader component. I need to post the images to a URL that will rename the uploaded file and return the full path. I'm using the upload-factory and axios But I'm having problems understanding exactly how to pass the file to axios as if it was just an input type file. Basically I need to make it as If I'm sending a form with a single input file like this: <input type="file" name="banner"> This is the component: <q-uploader url="" extensions=".gif,.jpg,