mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-10 04:18:47 +02:00
13 lines
560 B
Plaintext
13 lines
560 B
Plaintext
Token = "7419cd51de4037f7...";
|
|
|
|
Image1 = "https://openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
|
Image2 = "https://openintegrations.dev/test_data/picture2.jpg"; // URL, Path or Binary Data
|
|
GIF = "https://openintegrations.dev/test_data/animation.gif"; // URL, Path or Binary Data
|
|
|
|
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);
|