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

No event to capture ajax response on success #8

Closed
johndscanx opened this issue Dec 1, 2021 · 3 comments
Closed

No event to capture ajax response on success #8

johndscanx opened this issue Dec 1, 2021 · 3 comments

Comments

@johndscanx
Copy link

Hello there!

Is there a way to capture the ajax response on successful upload? I don't find it in the documentation. Thanks!

@darknessnerd
Copy link
Owner

can you try this ?

<DropZone @uploaded="uploaded">

Called when a file is going to be uploaded.

<DropZone @sending="sending">

@markdegrootnl
Copy link

the uploaded event does not contain the AJAX response

@ingageco
Copy link

ingageco commented Nov 7, 2022

+1 for needing to capture the ajax response on success. it's useful for getting the upload URL.

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

4 participants