Diplo.MediaDownloader
1.1.0
See the version list below for details.
dotnet add package Diplo.MediaDownloader --version 1.1.0
NuGet\Install-Package Diplo.MediaDownloader -Version 1.1.0
<PackageReference Include="Diplo.MediaDownloader" Version="1.1.0" />
paket add Diplo.MediaDownloader --version 1.1.0
#r "nuget: Diplo.MediaDownloader, 1.1.0"
// Install Diplo.MediaDownloader as a Cake Addin #addin nuget:?package=Diplo.MediaDownloader&version=1.1.0 // Install Diplo.MediaDownloader as a Cake Tool #tool nuget:?package=Diplo.MediaDownloader&version=1.1.0
Diplo Media Download for Umbraco
Overview
This is an Umbraco 8 package that allows you to download files from the Umbraco Media Library as a zip archive. You can download both files and folders. When downloading a folder it can include any nested folders and preserves the correct paths (so in theory you could download your entire media library in one zip archive file!).
It adds a new menu item - called Download - to the Actions menu when in the Media section. This triggers a dialogue that prompts you to confirm the download. If the media item selected is a Folder then you can choose whether to include any nested folders within the folder.
For more information read https://www.diplo.co.uk/blog/web-development/diplo-media-download-for-umbraco/
Screenshots
Download Action in Menu
Download Dialog Prompt
Download & Installation
Nuget: https://www.nuget.org/packages/Diplo.MediaDownloader/
Our Umbraco: https://our.umbraco.com/packages/backoffice-extensions/diplo-media-download/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- UmbracoCms.Core (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Adds support for non-filesystem providers (eg. blob storage etc) - thanks, Aaron!