Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
a5248d52b3
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user