How to get callback in q-uploader?
-
When file upload successful,server response json to browser.How can i get the response data.Did it has callback functions?
-
If you need to work with the upload communication in a more custom manner, use the upload-factory prop.
https://quasar-framework.org/components/uploader.html#Upload-Factory
Scott
-
@s-molinari
Thanks scott,and did you know how to get numbers of file in q-uploader .
I spent the whole afternoon trying to figure it out. -
If you have a method on the @add event, you should have a “files” object and can then see what is in it.
Scott
-
@s-molinari All right thanks scott.