jquery-ocupload icon indicating copy to clipboard operation
jquery-ocupload copied to clipboard

OnComplete method is not getting called after server respond Status Code: 200 OK

Open vikram121994 opened this issue 3 years ago • 0 comments

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;

vikram121994 avatar Jun 19 '21 16:06 vikram121994