Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev

This commit is contained in:
VENKATESHWARAN 2026-02-13 11:56:33 +05:30
commit a5248d52b3

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);