vuesax icon indicating copy to clipboard operation
vuesax copied to clipboard

vs-upload response data

Open smccoy78 opened this issue 4 years ago • 2 comments

Is it possible to get the data returned in the response after upload success?

smccoy78 avatar Jul 04 '20 18:07 smccoy78

+1

yashtibrewal avatar Dec 30 '20 07:12 yashtibrewal

Yes it is possible, by putting a ref attribute on the vs upload tag, example: ref = "uploadImg" Then in some method, we get it with this.$refs.uploadmg.filesx

kacou12 avatar Apr 13 '21 09:04 kacou12