add php script and uploader for sharex

This commit is contained in:
Lee
2023-04-09 11:58:09 +01:00
commit be26efa24a
2 changed files with 79 additions and 0 deletions

13
Uploader.sxcu Normal file
View File

@ -0,0 +1,13 @@
{
"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}"
}