https://github.com/mastrup/ShareX.CustomUploader
Custom Uploader package for connecting ShareX and Umbraco.
https://github.com/mastrup/ShareX.CustomUploader
umbraco
Last synced: about 1 month ago
JSON representation
Custom Uploader package for connecting ShareX and Umbraco.
- Host: GitHub
- URL: https://github.com/mastrup/ShareX.CustomUploader
- Owner: mastrup
- License: mit
- Created: 2022-06-22T20:59:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T13:18:39.000Z (over 1 year ago)
- Last Synced: 2024-10-24T00:24:34.182Z (6 months ago)
- Topics: umbraco
- Language: C#
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShareX.CustomUploader
[](https://www.nuget.org/packages/ShareX.CustomUploader/)## Prerequisites
Requires at least Umbraco 10.6.1.## How To Use
### InstallationInstall ShareX.CustomUploader via NuGet: `Install-Package ShareX.CustomUploader`.
After restarting your site, you'll find a new context menu item on your media folders - 'ShareX Custom Uploader'.
The dialog generates the needed JSON to use with ShareX. After configuring ShareX, you will be able to upload images, text and video directly to your Umbraco media archive.

### Configuring ShareX
If you haven't already installed ShareX, you can [get it from here](https://getsharex.com/).
1. Get the code from the ShareX Custom Uploader dialog in Umbraco and copy the code to your clipboard.
2. Open the ShareX window.
3. Click the "Destinations" drop-down then click "Custom uploader settings...".
4. Click the "Import" drop-down then click "From clipboard".
5. Make sure the uploaders are set to your newly created custom uploader.After configuring ShareX, all of your captures through ShareX will be uploaded directly to Umbraco.
When uploading, Umbraco will reply with 3 URLs that will be saved within ShareX:
1. A direct URL for the uploaded file
2. A thumbnail URL
3. A deletion URL, that lets your delete the uploaded file directly from ShareX.