sharex-php-uploader/sharex.sxcu

13 lines
360 B
Plaintext
Raw Normal View History

2023-04-09 10:58:09 +00:00
{
"Version": "14.1.0",
"Name": "Uploader",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://YOUR_DOMAIN/upload.php",
"Body": "MultipartFormData",
"Arguments": {
"secret": "the secret in the php file"
},
"FileFormName": "sharex",
"URL": "https://YOUR_DOMAIN/{json:url}"
}