mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add boundary to multipart header
This commit is contained in:
@@ -726,6 +726,7 @@ class Response extends SwooleResponse
|
||||
}
|
||||
|
||||
$this
|
||||
->setContentType($multipart->exportHeader())
|
||||
->send($multipart->exportBody());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user