-
-
Notifications
You must be signed in to change notification settings - Fork 36
Success Event Response Text Empty... #11
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, we have already discussed it, it seems to be drozpzone issue: pionl/laravel-chunk-upload#41 |
Hi, This is your code.
This is some of error codes.
If I try to run after change " $extension = $file->getClient OriginalExtension() " to " $extension = $file->getExtension() or "$extension = 'zip(for example...)', it works. Please help me. |
Sorry I have very limited time to help you, but if you get .part then you need to make sure are use the extension when |
Hey,
Whenever I hook into the
success
event, the response is always empty.Here's my PHP code:
No matter what I do, I cannot get the response after successfully uploading all chunks.
The
success
event is fired and a can log thefile
paramter, but theresponseText
argument is always empty.Any ideas?
The text was updated successfully, but these errors were encountered: