mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
connectpage: fix sharex
This commit is contained in:
parent
fb7cbc423b
commit
6016ec9388
|
@ -240,14 +240,26 @@
|
||||||
<div class="os win">
|
<div class="os win">
|
||||||
<h1>ShareX</h1>
|
<h1>ShareX</h1>
|
||||||
|
|
||||||
<p>to upload screenshots using ShareX <a href="https://github.com/ShareX/ShareX/releases/tag/v12.1.1">v12</a> or <a href="https://getsharex.com/">v15+</a>, save this as <code>copyparty.sxcu</code> and run it:</p>
|
<p>to upload screenshots using ShareX <a href="https://getsharex.com/">v15+</a>, save this as <code>copyparty.sxcu</code> and run it:</p>
|
||||||
|
|
||||||
|
<pre class="dl" name="copyparty.sxcu">
|
||||||
|
{ "Version": "15.0.0", "Name": "copyparty",
|
||||||
|
"RequestURL": "http{{ s }}://{{ ep }}/{{ rvp }}",
|
||||||
|
"Headers": {
|
||||||
|
{% if accs %}"pw": "<b>{{ pw }}</b>", {% endif %}"accept": "url"
|
||||||
|
},
|
||||||
|
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
||||||
|
"Body": "MultipartFormData", "URL": "{response}",
|
||||||
|
"RequestMethod": "POST", "FileFormName": "f" }
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>for ShareX <a href="https://github.com/ShareX/ShareX/releases/tag/v12.1.1">v12</a> specifically, save this as <code>copyparty.sxcu</code> and run it:</p>
|
||||||
|
|
||||||
<pre class="dl" name="copyparty.sxcu">
|
<pre class="dl" name="copyparty.sxcu">
|
||||||
{ "Name": "copyparty",
|
{ "Name": "copyparty",
|
||||||
"RequestURL": "http{{ s }}://{{ ep }}/{{ rvp }}",
|
"RequestURL": "http{{ s }}://{{ ep }}/{{ rvp }}",
|
||||||
"Headers": {
|
"Headers": {
|
||||||
{% if accs %}"pw": "<b>{{ pw }}</b>",{% endif %}
|
{% if accs %}"pw": "<b>{{ pw }}</b>", {% endif %}"accept": "url"
|
||||||
"accept": "url"
|
|
||||||
},
|
},
|
||||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
||||||
"FileFormName": "f" }
|
"FileFormName": "f" }
|
||||||
|
|
Loading…
Reference in a new issue