Fixed file upload bug

This commit is contained in:
Eldad Fux
2020-07-08 17:02:14 +03:00
parent a3f23b93ef
commit c12f31053e
+1 -1
View File
@@ -310,7 +310,7 @@ class Request extends UtopiaRequest
break;
default:
$this->payload = $this->swoole->rawContent();
$this->payload = $this->swoole->post;
break;
}