You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ Built on [example plugin](https://github.com/name1ess0ne/CloudShot.Plugins/tree/
7
7
## How to add the plugin to CloudShot
8
8
9
9
1. Download and install CloudShot from https://cloudshot.com/download.html
10
-
2. Copy `HttpApiPlugin.dll` from the [latest release](https://github.com/finwe/cloudshot-http-api-upload-plugin/releases) to `"%USERPROFILE%/documents/CloudShot/Plugins/HttpApiPlugin"` folder.
10
+
2. Copy `HttpApiPlugin.dll` from the [latest release](https://github.com/finwe/cloudshot-http-api-upload-plugin/releases)
11
+
to `%USERPROFILE%/Documents/CloudShot/Plugins/HttpApiPlugin` folder.
12
+
When updating the plugin with newer version, close CloudShot first.
11
13
3. Restart CloudShot. You should see **HTTP API Upload** item in Settings and also in Editor as a destination for screenshots upload.
12
14
13
15
## API expectations
@@ -16,7 +18,7 @@ This plugin sends a simple form-data HTTP POST request to the URL specified in p
16
18
The only field in the request is `dataurl` with Base64-encoded image contents.
17
19
Accept header of the request is `text/plain`.
18
20
19
-
The plugin expects a `2xx` response of `text/plain` Content-type with the URL of the uploaded result. On other HTTP results
21
+
The plugin expects a `2xx` response of `text/plain` Content-type with the URL of the uploaded result. On other HTTP status codes
20
22
an error message is shown.
21
23
22
24
The URL of the request result is then copied to the clipboard based on selected copying style.
0 commit comments