From 60e42c2e07281bbc6690ffcfa53f5372405a25bf Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:09:55 +0530 Subject: [PATCH] Add boundary to multipart header --- src/Appwrite/Utopia/Response.php | 1 + 1 file changed, 1 insertion(+) 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()); }