You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It always returns the previously created EmptyResponse object.
How to solve
That bug could be solved by using references or reassigning the response variable with the return value of the handleChunkendUpload and handleUpload methods..
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bug Report
Summary
The documentation https://github.com/1up-lab/OneupUploaderBundle/blob/master/doc/response.md says that it is possible to send a response to the frontend. But that does not work at all.
I use Dropbox on the frontend.
How to reproduce
Just try to do the following in an Event-Listener:
I looked into the Code and there is no way that it can work..
OneupUploaderBundle/Controller/DropzoneController.php
Line 39 in 8bd74b2
It always returns the previously created EmptyResponse object.
How to solve
That bug could be solved by using references or reassigning the response variable with the return value of the handleChunkendUpload and handleUpload methods..
The text was updated successfully, but these errors were encountered: