FileUltimate.NuGetOrg 7.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 7.0.0
NuGet\Install-Package FileUltimate.NuGetOrg -Version 7.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="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FileUltimate.NuGetOrg --version 7.0.0
#r "nuget: FileUltimate.NuGetOrg, 7.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=7.0.0

// Install FileUltimate.NuGetOrg as a Cake Tool
#tool nuget:?package=FileUltimate.NuGetOrg&version=7.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 7.0.0 - July 11, 2019

 - **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.

 - **Added:** New uploader which is rewritten from scratch:

   - Modernized UI which now includes MultiView with "Details" and "LargeIcons" view layout modes (like in FileManager).
     Displaying thumbnails of added files before uploading is now possible. Client-side thumbnails can be generated only for
     .png and .jpg files for now.

   - Better dialogs for "Add Conflict" and "Upload Conflict" which have a MultiView for listing the conflicting items with
     details (even thumbnails).

   - Uploader now can be used as a standalone component with "FileUploader" and "FileUploaderControl" classes. So you can use
     this component separately from FileManager now. Added example page for this component, please refer to it for info on sample usage.
     FileUploader allows uploading to all supported file systems i.e. Physical, Amazon S3 and Azure Blob.

 - **Changed:** Moved client-side event properties to new ClientEvents property.
   Cancel event usage is changed; use "return false" instead of e.isCanceled and use e.cancelMessage instead of e.message.
   Added more fields like dateModified, type to items in eventArgs.
   Renamed in e.items to e.item for "Previewing" event because it's always single item.
   Please refer to updated example projects for info on sample usage.

 - **Improved:** Delete action in FileManager now displays a better dialog which have a MultiView for listing the items to be deleted
   with details (even thumbnails).

 - **Changed:** Language xml file format; entries are now grouped inside <EntryGroup> element and missing translations are now  
   indicated with <Value>{NotTranslated}</Value> for easy lookup in the language file.

 - **Improved:** Updated Media Player.