Gurkengewuerz
3c9a87583a
* added context menu to history * added example config that work with Gurkengewuerz/php_filehoster and is ShareX compatible * added filename as parameter to custom uploader
16 lines
345 B
Plaintext
16 lines
345 B
Plaintext
{
|
|
"name": "Gurkengewuerz Share",
|
|
"target": "https://share.example.com/index.php?token=XXXXXXXXXXXXXXXXX",
|
|
"format": "multipart-form-data",
|
|
"body": [
|
|
{
|
|
"__Content-Type": "/%contenttype/",
|
|
"filename": "/%filename/",
|
|
"name": "file",
|
|
"body": "/%imagedata/"
|
|
}
|
|
],
|
|
"return": "|"
|
|
}
|
|
|