1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
OpenIntegrations/docs/en/examples/VK/UploadPhotoToServer.txt

7 lines
230 B
Plaintext
Raw Normal View History

2024-10-05 16:58:47 +03:00
 Parameters = GetVKParameters();
2024-10-15 10:07:27 +03:00
Image = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary Data or Path to file
2024-10-05 16:58:47 +03:00
View = "Post";
Result = OPI_VK.UploadPhotoToServer(Image, Parameters, View);