2024-09-23 21:08:26 +03:00
|
|
|
Token = "7419cd51de4037f7...";
|
|
|
|
|
2024-10-04 21:23:24 +03:00
|
|
|
Image1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Path or Binary Data
|
|
|
|
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // URL, Path or Binary Data
|
|
|
|
GIF = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif"; // URL, Path or Binary Data
|
2024-09-23 21:08:26 +03:00
|
|
|
|
|
|
|
FileMapping = New Map;
|
|
|
|
FileMapping.Insert("test/pic1.png", Image1);
|
|
|
|
FileMapping.Insert("test/gif.gif" , Image2);
|
|
|
|
FileMapping.Insert("pic2.png" , GIF);
|
|
|
|
|
|
|
|
Result = OPI_Neocities.UploadFiles(Token, FileMapping);
|