1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-11 11:41:56 +02:00
OpenIntegrations/docs/en/examples/VK/UploadPhotoToServer.txt
Vitaly the Alpaca (bot) 145e457291 Main build (Jenkins)
2024-10-06 21:51:35 +03:00

7 lines
233 B
Plaintext

Parameters = GetVKParameters();
Image = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Binary Data or Path to file
View = "Post";
Result = OPI_VK.UploadPhotoToServer(Image, Parameters, View);