FileUltimate.NuGetOrg 6.0.0

Suggested Alternatives

GleamTech.FileUltimate

Additional Details

This package has been renamed to GleamTech.FileUltimate, please install the latest version of GleamTech.FileUltimate instead of this package.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package FileUltimate.NuGetOrg --version 6.0.0
NuGet\Install-Package FileUltimate.NuGetOrg -Version 6.0.0
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="FileUltimate.NuGetOrg" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FileUltimate.NuGetOrg --version 6.0.0
#r "nuget: FileUltimate.NuGetOrg, 6.0.0"
#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 FileUltimate.NuGetOrg as a Cake Addin
#addin nuget:?package=FileUltimate.NuGetOrg&version=6.0.0

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

File Manager Control for ASP.NET WebForms, ASP.NET MVC 3+ (.NET Framework 4.0+) and ASP.NET Core.
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 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. 
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

## Version 6.0.0 - May 22, 2018

 - **Added:** "ASP.NET Core on .NET Framework" support. ASP.NET Core uses a completely new web engine different than
   System.Web but now you can use GleamTech products on both classic ASP.NET and ASP.NET Core with the same net40 DLL
   as we abstracted classes like HttpContext, HttpRequest and HttpResponse etc. and we implemented a Middleware for
   mimicking HttpModule and HttpHandler. So our DLL auto-magically works regardless of whether you are running
   under classic ASP.NET or ASP.NET Core. Note that "ASP.NET Core on .NET Core" is a different platform and it's not
   supported yet because it requires porting all the code from .NET Framework runtime to .NET Core runtime so it
   requires a new DLL and .NET Core runtime does not provide all of the APIs yet. Minimum supported version is
   ASP.NET Core MVC 2.0.3 on .NET Framework 4.6.1 (this is because 2.0.3 fixes a bug related to referencing
   external DLLs in a razor page).

 - **Added:** New example project for "ASP.NET Core on .NET Framework", please refer to it for info on sample usage.

 - **Added:** Documentation for the library (similar to DocumentUltimate). API docs is not complete yet but important
   classes are covered.

 - **Changed:** GleamTech.FileUltimate namespace is mainly moved to GleamTech.FileUltimate.AspNet.UI

   - GleamTech.FileUltimate.AspNet.UI: Sub-namespace for common FileManager component model.
   - GleamTech.FileUltimate.AspNet.WebForms: Sub-namespace for ASP.NET Web Forms support.

   This mimicks DocumentUltimate namespaces.

 - **Changed:** License keys are changed so please go to https://www.gleamtech.com/upgrade and acquire a new license
   key if you want to use this version (or higher). If your one year maintenance has not ended, you will receive a
   new free license key on the same page.

 - **Improved:** Updated Media Player.

 - **Improved**: Document Viewer stability, accuracy for Portable, Presentation and Spreadsheet formats.