diff --git a/copyparty/web/svcs.html b/copyparty/web/svcs.html index c47d8403..a4b57746 100644 --- a/copyparty/web/svcs.html +++ b/copyparty/web/svcs.html @@ -240,14 +240,26 @@
to upload screenshots using ShareX v12 or v15+, save this as copyparty.sxcu and run it:
to upload screenshots using ShareX v15+, save this as copyparty.sxcu and run it:
+ { "Version": "15.0.0", "Name": "copyparty",
+ "RequestURL": "http{{ s }}://{{ ep }}/{{ rvp }}",
+ "Headers": {
+ {% if accs %}"pw": "{{ pw }}", {% endif %}"accept": "url"
+ },
+ "DestinationType": "ImageUploader, TextUploader, FileUploader",
+ "Body": "MultipartFormData", "URL": "{response}",
+ "RequestMethod": "POST", "FileFormName": "f" }
+
+
+ for ShareX v12 specifically, save this as copyparty.sxcu and run it:
{ "Name": "copyparty",
"RequestURL": "http{{ s }}://{{ ep }}/{{ rvp }}",
"Headers": {
- {% if accs %}"pw": "{{ pw }}",{% endif %}
- "accept": "url"
+ {% if accs %}"pw": "{{ pw }}", {% endif %}"accept": "url"
},
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"FileFormName": "f" }