jquery-ocupload
jquery-ocupload copied to clipboard
OnComplete method is not getting called after server respond Status Code: 200 OK
Do I need to return response in some default manner ?
I am returning it in this manner echo json_encode(["errors" => $errors, "warnings" => $warnings]); exit;