GleamTech.FileUltimate
7.9.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.
Install-Package GleamTech.FileUltimate -Version 7.9.1
dotnet add package GleamTech.FileUltimate --version 7.9.1
<PackageReference Include="GleamTech.FileUltimate" Version="7.9.1" />
paket add GleamTech.FileUltimate --version 7.9.1
#r "nuget: GleamTech.FileUltimate, 7.9.1"
// Install GleamTech.FileUltimate as a Cake Addin
#addin nuget:?package=GleamTech.FileUltimate&version=7.9.1
// Install GleamTech.FileUltimate as a Cake Tool
#tool nuget:?package=GleamTech.FileUltimate&version=7.9.1
Release Notes
## Version 7.9.1 - March 23, 2021
- **Fixed:** "Add to zip" action displayed "Could not find file" error even if the zip was correctly generated.
The problem probably started happening with v7.9.0 (after improvements to ArchiveFileSystem).
- **Improved:** Added implicit string operator to FileTypeSet (type for AllowedFileTypes and DeniedFileTypes properties) for easier API usage:
```c#
accessControl.AllowedFileTypes = "*.jpg|*.gif";
```
Also collection initializer is now possible:
```c#
accessControl.AllowedFileTypes = new FileTypeSet
{
"*.jpg",
"*.gif"
};
```
- **Improved:** Added example codes to more places in Docs, especially for AllowedPermissions, DeniedPermissions, AllowedFileTypes
DeniedFileTypes properties.
- **Fixed:** Inherited properties were not being displayed in Docs for FileManager*EventArgs and FileUploader*EventArgs.
- **Fixed:** GleamTechWebConfiguration.LocklessSessionFixEnabled property which was added back in v7.9.0, caused early session timeout
issue (e.g. 2 minutes) in the host application. The default property is now changed from true to false for preventing the issue.
Note that this only effected ASP.NET Classic applications but not ASP.NET Core applications.
- **Improved:** Document Viewer:
- **Fixed:** Duplicate file names will now be allowed in PDF Portfolio because surprisingly there are people who add attachments
with duplicate names to an email. For example if there are 2 attachments named "test.pdf", the second one will be renamed to "test (2).pdf".
DocumentViewer will no longer display error "PDF already contains an embedded file named ..." for emails with duplicate attachments.
Dependencies
-
.NETFramework 4.0
- GleamTech.Common (>= 4.5.1)
- GleamTech.DocumentUltimate (>= 5.9.1)
- GleamTech.ImageUltimate (>= 4.6.0)
- GleamTech.VideoUltimate (>= 2.5.5)
-
.NETStandard 2.0
- GleamTech.Common (>= 4.5.1)
- GleamTech.DocumentUltimate (>= 5.9.1)
- GleamTech.ImageUltimate (>= 4.6.0)
- GleamTech.VideoUltimate (>= 2.5.5)
- System.Drawing.Common (>= 4.7.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
7.9.1 | 256 | 3/23/2021 |
7.9.0 | 550 | 2/16/2021 |
7.8.5 | 359 | 1/1/2021 |
7.8.1 | 4,535 | 11/23/2020 |
7.8.0 | 169 | 11/17/2020 |
7.7.7 | 2,440 | 11/9/2020 |
7.7.5 | 128 | 11/3/2020 |
7.7.0 | 1,098 | 9/15/2020 |
7.6.0 | 2,408 | 8/31/2020 |
7.5.8 | 1,343 | 8/17/2020 |
7.5.5 | 1,385 | 8/6/2020 |
7.5.2 | 240 | 7/9/2020 |
7.5.1 | 251 | 6/29/2020 |
7.5.0 | 176 | 6/23/2020 |
7.4.5 | 208 | 6/15/2020 |
7.4.2 | 263 | 6/3/2020 |
7.4.0 | 223 | 5/22/2020 |
7.3.7 | 1,994 | 1/24/2020 |
7.3.5 | 276 | 1/9/2020 |
7.3.2 | 1,889 | 12/6/2019 |
7.3.1 | 217 | 11/27/2019 |
7.3.0 | 578 | 11/20/2019 |