GWM : vidal file upload issue

This commit is contained in:
Gowtham M 2026-02-13 09:18:52 +05:30
parent 9533bf46b4
commit 82fe4ce6f3

View File

@ -77,7 +77,8 @@ class VidalApiController extends BaseController
curl_setopt($ch2, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch2, CURLOPT_HTTPHEADER, [
"x-ms-blob-type: BlockBlob",
"Content-Length: $fileSize"
"Content-Length: $fileSize" ,
"Content-Type: multipart/form-data"
]);
$uploadResponse = curl_exec($ch2);