-
-
Notifications
You must be signed in to change notification settings - Fork 177
Success Event Response Empty #41
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
Comments
Hi @affinitycloud, this is strange. Could you send me I will check the communication for any possible issue. |
Hi @pionl I'm not sure it's down to you, to be fair. It appears, when using chunked uploads, that the response you'd expect as part of the So, once |
That definitely sucks! I When I have a time, I will update the demo + wiki for further usage. Thanks! |
Hello @pionl I have implemented Laravel Chunk with Dropzone. Upload with small files are working fine but while I am uploading large files, it gets stuck in middle. |
Do you have any logs? I'm pushing new fix that is related with dropzone. |
$save->getFile() is returning empty dont know why, but while the chunks are uploaded successfully |
Hey Folks,
When uploading chunks everything appears to work fine, both chunks and the final file is uploaded, but when hooking into the
success
event, the second parameter (i.e. the response) is always empty.I've tested the route in Postman that does this and it always returns the correct response, just that the
success
event never receives it. Only the file.Here's my JS code:
As you can see, I'm logging the
file
andresponseText
parameters, with theresponseText
parameter always being blank.Here's the PHP that handles the chunked uploads.
Hope someone is able to help here. Any ideas?
The text was updated successfully, but these errors were encountered: