You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-07-17 01:42:25 +02:00
Merge branch 'main' of https://github.com/Bayselonarrend/OpenIntegrations
This commit is contained in:
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();
|
Size = File.Size();
|
||||||
|
|
||||||
ChunkSize = Count * Unit * Unit;
|
ChunkSize = Count * Unit * Unit;
|
||||||
ArrayReading = SplitBinaryData(File, ChunkSize);
|
ArrayReading = РазделитьДвоичныеДанные(File, ChunkSize);
|
||||||
|
|
||||||
|
|
||||||
Fields = New Structure;
|
Fields = New Structure;
|
||||||
|
Reference in New Issue
Block a user