sharex-php-uploader/sharex.sxcu
Fascinated 3c78628fc1
All checks were successful
/ docker (push) Successful in 1m44s
rename uploader file
2023-07-04 18:26:45 +01:00

13 lines
360 B
Plaintext

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