GleamTech.FileUltimate
8.4.6
See the version list below for details.
Install-Package GleamTech.FileUltimate -Version 8.4.6
dotnet add package GleamTech.FileUltimate --version 8.4.6
<PackageReference Include="GleamTech.FileUltimate" Version="8.4.6" />
paket add GleamTech.FileUltimate --version 8.4.6
#r "nuget: GleamTech.FileUltimate, 8.4.6"
// Install GleamTech.FileUltimate as a Cake Addin
#addin nuget:?package=GleamTech.FileUltimate&version=8.4.6
// Install GleamTech.FileUltimate as a Cake Tool
#tool nuget:?package=GleamTech.FileUltimate&version=8.4.6
FileUltimate is an ASP.NET File Manager and Uploader which supports ASP.NET Core 2.0+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.6.1+ 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- GleamTech.Common (>= 5.4.6)
- GleamTech.DocumentUltimate (>= 6.4.5)
- GleamTech.ImageUltimate (>= 5.4.1)
- GleamTech.VideoUltimate (>= 3.4.1)
-
.NETStandard 2.0
- GleamTech.Common (>= 5.4.6)
- GleamTech.DocumentUltimate (>= 6.4.5)
- GleamTech.ImageUltimate (>= 5.4.1)
- GleamTech.VideoUltimate (>= 3.4.1)
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.4.8 | 84 | 6/24/2022 |
8.4.7 | 637 | 6/3/2022 |
8.4.6 | 151 | 5/25/2022 |
8.4.5 | 171 | 5/11/2022 |
8.4.2 | 229 | 4/27/2022 |
8.4.0 | 188 | 4/20/2022 |
8.2.1 | 294 | 3/14/2022 |
8.2.0 | 202 | 3/5/2022 |
8.1.0 | 199 | 2/22/2022 |
8.0.0 | 1,529 | 11/28/2021 |
7.9.7 | 9,831 | 5/26/2021 |
7.9.6 | 865 | 4/28/2021 |
7.9.5 | 4,000 | 4/19/2021 |
7.9.1 | 2,570 | 3/23/2021 |
7.9.0 | 2,673 | 2/16/2021 |
7.8.5 | 775 | 1/1/2021 |
7.8.1 | 5,521 | 11/23/2020 |
7.8.0 | 360 | 11/17/2020 |
7.7.7 | 2,625 | 11/9/2020 |
7.7.5 | 311 | 11/3/2020 |
7.7.0 | 1,346 | 9/15/2020 |
7.6.0 | 2,580 | 8/31/2020 |
7.5.8 | 1,498 | 8/17/2020 |
7.5.5 | 1,550 | 8/6/2020 |
7.5.2 | 423 | 7/9/2020 |
7.5.1 | 424 | 6/29/2020 |
7.5.0 | 376 | 6/23/2020 |
7.4.5 | 369 | 6/15/2020 |
7.4.2 | 451 | 6/3/2020 |
7.4.0 | 406 | 5/22/2020 |
7.3.7 | 2,677 | 1/24/2020 |
7.3.5 | 468 | 1/9/2020 |
7.3.2 | 2,071 | 12/6/2019 |
7.3.1 | 384 | 11/27/2019 |
7.3.0 | 783 | 11/20/2019 |
## Version 8.4.6 - May 25, 2022
- **Added:** FileUploader.MaxFileCount and FileManager.UploadMaxFileCount properties.
Gets or sets the maximum allowed file count to upload.
If not set, there will be no size limit for upload.
0 (zero) also means unlimited.
- **Added:** UploadItem.Rename method which can be used to rename the file without asking the user before uploading.
This method can be used in in FileUploader.Uploading and FileManager.Uploading events.
This method is effective only if item uploading is not started yet, i.e. Status is UploadItemStatus.Pending
and if Reject method is not already called.
If ConfirmReplace method was called before, this method will reset it.
- **Improved:** Prevent some possible JS errors due to late coming viewModel updates when FileUploader is destroyed (window is hidden etc.).
- **Fixed:** When FileManager is placed inside inside html <form> element, pressing Enter key in component's child field
(for example in search box) should not submit the parent form (prevent default browser behaviour).