Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response Handler #5

Closed
mcanzerini opened this issue Jan 31, 2018 · 2 comments
Closed

Response Handler #5

mcanzerini opened this issue Jan 31, 2018 · 2 comments

Comments

@mcanzerini
Copy link

Hi there,

Thanks for your great job !

My question is : I need to access to the response data after my file upload request. (multiple = false)

Is there a way to access to this response ( like the error handler but when nothing goes wrong ) ?

Thanks guys

MC

@charliekassel
Copy link
Owner

Hi, yeah it emits a fileUploaded event with the response data.
https://github.com/charliekassel/vuejs-uploader/blob/master/src/components/Uploader.vue#L272-L275
or here if you're using the multipart upload option:
https://github.com/charliekassel/vuejs-uploader/blob/master/src/components/Uploader.vue#L333-L336

@mcanzerini
Copy link
Author

Thanks for your quick answer 👍

izshreyansh added a commit to izshreyansh/vuejs-uploader that referenced this issue Apr 23, 2020
Events are missing in the readme file.
So i've added documentation for events so, as to avoid charliekassel#5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants