ShareX.CustomUploader
1.1.1
dotnet add package ShareX.CustomUploader --version 1.1.1
NuGet\Install-Package ShareX.CustomUploader -Version 1.1.1
<PackageReference Include="ShareX.CustomUploader" Version="1.1.1" />
paket add ShareX.CustomUploader --version 1.1.1
#r "nuget: ShareX.CustomUploader, 1.1.1"
// Install ShareX.CustomUploader as a Cake Addin #addin nuget:?package=ShareX.CustomUploader&version=1.1.1 // Install ShareX.CustomUploader as a Cake Tool #tool nuget:?package=ShareX.CustomUploader&version=1.1.1
ShareX.CustomUploader
Prerequisites
Requires at least Umbraco 10.6.1.
How To Use
Installation
Install 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.
- Get the code from the ShareX Custom Uploader dialog in Umbraco and copy the code to your clipboard.
- Open the ShareX window.
- Click the "Destinations" drop-down then click "Custom uploader settings...".
- Click the "Import" drop-down then click "From clipboard".
- 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.<br> When uploading, Umbraco will reply with 3 URLs that will be saved within ShareX:
- A direct URL for the uploaded file
- A thumbnail URL
- A deletion URL, that lets your delete the uploaded file directly from ShareX.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Umbraco.Cms.Web.BackOffice (>= 10.6.1)
- Umbraco.Cms.Web.Website (>= 10.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Bumped Umbraco from 10.0.0 to 10.6.1