forked from ShareX/CustomUploaders
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExample.sxcu
More file actions
28 lines (28 loc) · 687 Bytes
/
Copy pathExample.sxcu
File metadata and controls
28 lines (28 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"Version": "13.3.0",
"Name": "Example",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://example.com/upload.php",
"Parameters": {
"Parameter1": "Value1",
"Parameter2": "Value2",
"Parameter3": "Value3"
},
"Headers": {
"Header1": "Value1",
"Header2": "Value2",
"Header3": "Value3"
},
"Body": "MultipartFormData",
"Arguments": {
"Argument1": "Value1",
"Argument2": "Value2",
"Argument3": "Value3"
},
"FileFormName": "file",
"URL": "$json:url$",
"ThumbnailURL": "$json:thumbnail_url$",
"DeletionURL": "$json:deletion_url$",
"ErrorMessage": "$json:error$"
}