KShare/examples/php_filehost.uploader
Gurkengewuerz 3c9a87583a * added result url to history
* 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
2019-05-10 00:17:43 +02:00

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": "|"
}