sending text values on uploader
-
hello, I want to know what is the better way to send text values with uploader
<q-uploader class="q-ma-md" method="POST" :url="urlUpimg" label="Foto do vendedor" accept=".jpg, image/*" @rejected="onRejected" field-name="profile_pic" />
I need a good solution to send an extra field, like:
-
@zeppelinexpress See the
form-fields
prop under the Upload section: https://quasar.dev/vue-components/uploader#QUploader-APIYou can use a function to return the values from your form
-
You memorized the entire Quasar doc
-
@dobbel lol, I’ve probably been over every component several times.
-
thanks @beets, I always take a look at the docs before asking, this time it went unseen
btw solved.
I also want to memorize the entire docs haha