diff --git a/src/Appwrite/Utopia/Response.php b/src/Appwrite/Utopia/Response.php index a71e9a1e8d..8143c7b153 100644 --- a/src/Appwrite/Utopia/Response.php +++ b/src/Appwrite/Utopia/Response.php @@ -726,6 +726,7 @@ class Response extends SwooleResponse } $this + ->setContentType($multipart->exportHeader()) ->send($multipart->exportBody()); }