GleamTech.FileUltimate 7.8.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package GleamTech.FileUltimate --version 7.8.1
NuGet\Install-Package GleamTech.FileUltimate -Version 7.8.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="GleamTech.FileUltimate" Version="7.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GleamTech.FileUltimate --version 7.8.1
#r "nuget: GleamTech.FileUltimate, 7.8.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 GleamTech.FileUltimate as a Cake Addin
#addin nuget:?package=GleamTech.FileUltimate&version=7.8.1

// Install GleamTech.FileUltimate as a Cake Tool
#tool nuget:?package=GleamTech.FileUltimate&version=7.8.1

FileUltimate is an ASP.NET File Manager and Uploader which supports ASP.NET Core 2.0+, ASP.NET MVC 3+ and ASP.NET WebForms 4+ web applications/web sites.
Integrate a file manager into your ASP.NET application or site rapidly.
- Browse and manage files with access control.

- Accept files with the advanced upload functionality.

- Offer a structured and neat download area.

- Preview documents (70+ file formats, including PDF © Microsoft Office), images, audios and videos.

Note: This package contains a fully working version of the product, however without a license key it will run in trial mode.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
8.8.7 39 4/18/2024
8.8.6 2,063 8/27/2023
8.8.5 2,688 4/23/2023
8.8.0 1,788 4/16/2023
8.7.6 1,504 4/11/2023
8.7.5 1,489 4/7/2023
8.7.0 1,580 4/3/2023
8.6.1 1,647 3/7/2023
8.6.0 1,666 2/23/2023
8.5.1 2,204 1/10/2023
8.5.0 3,119 8/14/2022
8.4.8 2,026 6/24/2022
8.4.7 2,706 6/3/2022
8.4.6 1,825 5/25/2022
8.4.5 1,838 5/11/2022
8.4.2 1,823 4/27/2022
8.4.0 1,865 4/20/2022
8.2.1 2,971 3/14/2022
8.2.0 19,905 3/5/2022
8.1.0 2,110 2/22/2022
8.0.0 3,121 11/28/2021
7.9.7 11,779 5/26/2021
7.9.6 3,315 4/28/2021
7.9.5 5,432 4/19/2021
7.9.1 4,606 3/23/2021
7.9.0 6,508 2/16/2021
7.8.5 2,213 1/1/2021
7.8.1 7,392 11/23/2020
7.8.0 1,810 11/17/2020
7.7.7 3,999 11/9/2020
7.7.5 1,696 11/3/2020
7.7.0 3,783 9/15/2020
7.6.0 4,043 8/31/2020
7.5.8 2,986 8/17/2020
7.5.5 2,949 8/6/2020
7.5.2 1,917 7/9/2020
7.5.1 1,791 6/29/2020
7.5.0 1,769 6/23/2020
7.4.5 1,810 6/15/2020
7.4.2 1,844 6/3/2020
7.4.0 1,846 5/22/2020
7.3.7 5,343 1/24/2020
7.3.5 1,841 1/9/2020
7.3.2 3,751 12/6/2019
7.3.1 1,860 11/27/2019
7.3.0 2,391 11/20/2019

## Version 7.8.1 - November 23, 2020

 - **Added:** Cookieless session will be used when necessary to automatically fix session issues, i.e. when the browser
   does not allow cookies via browser settings or via iframe with a cross-domain URL.
   The cookieless session will be established via headers, form or querystring where possible.

   Added GleamTechWebConfiguration.AutoCookielessSessionEnabled property to control this feature (default value is true).
   You don't need to use GleamTechWebConfiguration.CookieSameSiteFixEnabled when this property is true.

 - **Fixed:** When <sessionState cookieless="true" /> was set in Web.config, the below error was being thrown:
   'Invalid method request: Method with name "" not found'

 - **Fixed:** "Document cache info is not found" error when DocumentViewer was opened from FileManager in ASP.NET Core since v7.8.0.

 - **Fixed:** "Open in browser" action to display HTML pages which has relative resource links (images, CSS, JS) was broken in ASP.NET Core
   due to url fragments not being url decoded. This feature was first added in v4.6.1.