Похожие чаты

Добрый день! Коллеги никак не пойму как закинуть в

поле сделки файл
$dealId = 1258; // ID сделки
$uploadFolder = './upload'; // Путь к папке с файлами для загрузки

$filesInFolder = scandir($uploadFolder); // Получаем список файлов в папке

$batchUpdate = array();

foreach ($filesInFolder as $fileName) {
if ($fileName !== '.' && $fileName !== '..') {
$filePath = $uploadFolder . '/' . $fileName;
$fileContent = base64_encode(file_get_contents($filePath));

$batchUpdateItem = array(
'update_deal_' . $fileName => 'crm.deal.update?' . http_build_query(
array(
'id' => $dealId,
'fields' => array(
'UF_CRM_1693238467' => array(
$fileName, $fileContent,
)
),
)
)
);

$batchUpdate = array_merge($batchUpdate, $batchUpdateItem);
}
}

$resultUpdate = executeHook(array('cmd' => $batchUpdate));

function executeHook($params)
{
global $webhookUrl;

$queryUrl = $webhookUrl . 'batch.json';
$queryData = http_build_query($params);

$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_SSL_VERIFYPEER => 0,
CURLOPT_POST => 1,
CURLOPT_HEADER => 0,
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_URL => $queryUrl,
CURLOPT_POSTFIELDS => $queryData,
));

$result = curl_exec($curl);
curl_close($curl);
var_dump($result);
return json_decode($result, true);
}

if (isset($resultUpdate['result'])) {
echo "Файлы успешно загружены в сделку!";
} else {
echo "Ошибка загрузки файлов: " . $resultUpdate['error_description'];
}


смотрел как делать тут 💪 https://dev.1c-bitrix.ru/rest_help/crm/cdeals/crm_deal_update.php

есть пример 👍
Как через веб хук загрузить файл в сделку (PHP)

$batchUpdate = array (
'update_contact' => 'crm.deal.update?'.http_build_query(
array(
'id'=> $dealId,
'fields'=> array(
'fileData'=>array(
$files['files']['name'], base64_encode(file_get_contents($files['files']['tmp_name'])),
)
),
)
)
)
$resultUpdate = executeHook(array('cmd' => $batchUpdate)); // выполняем хук

11 ответов

61 просмотр
Денис-Ковалевский Автор вопроса

Помогите пожалуйста

Так что непонятно-то?

Денис-Ковалевский Автор вопроса
Eugene Zhukov
Так что непонятно-то?

файлик не аплодится

Ошибка какая?

Денис-Ковалевский Автор вопроса
Eugene Zhukov
Ошибка какая?

string(566) "{"result":{"result":{"update_deal_1693237425.jpg":true},"result_error":[],"result_total":[],"result_next":[],"result_time":{"update_deal_1693237425.jpg":{"start":1693250273.164426,"finish":1693250273.253406,"duration":0.08897995948791504,"processing":0.08889889717102051,"date_start":"2023-08-28T22:17:53+03:00","date_finish":"2023-08-28T22:17:53+03:00"}}},"time":{"start":1693250273.140987,"finish":1693250273.253422,"duration":0.11243510246276855,"processing":0.08973217010498047,"date_start":"2023-08-28T22:17:53+03:00","date_finish":"2023-08-28T22:17:53+03:00"}}" Файлы успешно загружены в сделку!

Денис-Ковалевский Автор вопроса
Eugene Zhukov
А поле правильное?

/fields/CRM_DEAL/edit/UF_CRM_1693238467/

Денис-Ковалевский Автор вопроса

@mcp74 прошу совет или лучше пример как закинуть файл в поле ФАЙЛ 😀

Денис-Ковалевский Автор вопроса
Alexander Ostrovsky
Не

та понятно, потому-что поздно уже

Денис-Ковалевский Автор вопроса
Alexander Ostrovsky
Не

уже вдруг спать захотелось

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта