mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-31 03:10:45 +02:00
Merge branch 'main' of https://github.com/Bayselonarrend/OpenIntegrations
This commit is contained in:
commit
abcce26dae
File diff suppressed because it is too large
Load Diff
@ -380,7 +380,7 @@ Function UploadMediaInParts(Val File, Val Type, Val RequestType, Val URL, Parame
|
||||
Size = File.Size();
|
||||
|
||||
ChunkSize = Count * Unit * Unit;
|
||||
ArrayReading = SplitBinaryData(File, ChunkSize);
|
||||
ArrayReading = РазделитьДвоичныеДанные(File, ChunkSize);
|
||||
|
||||
|
||||
Fields = New Structure;
|
||||
|
Loading…
Reference in New Issue
Block a user