ShareX.CustomUploader 1.1.1

dotnet add package ShareX.CustomUploader --version 1.1.1
NuGet\Install-Package ShareX.CustomUploader -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShareX.CustomUploader" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShareX.CustomUploader --version 1.1.1
#r "nuget: ShareX.CustomUploader, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

Nuget

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.

ShareX Custom Uploader

Configuring ShareX

If you haven't already installed ShareX, you can get it from here.

  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.<br> 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.
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 152 8/8/2023
1.1.0 110 8/8/2023
1.0.1 455 8/8/2022
1.0.0 401 8/7/2022

Bumped Umbraco from 10.0.0 to 10.6.1