Skip to content

FileUltimate v7.5.0

Compare
Choose a tag to compare
@GleamTech GleamTech released this 23 Jun 10:58
· 55 commits to master since this release

Version 7.5.0 - June 23, 2020

  • Added: "File Extensions" checkbox to "View" ribbon tab of FileManager which can be useful to toggle showing of file extensions on the fly.
    This behaviour is normally controlled by ShowFileExtensions property but now it can also be toggled in the UI.

  • Improved: FileUploadeder did not inherit some properties like showFileExtensions and viewCheckboxSelection from its owner FileManager.
    Now whenever you re-open FileUploader, it will reflect those changed properties from FileManager.

  • Fixed: When using PhysicalLocation with AuthenticatedUser=Windows, intermittent "the handle is invalid" error occured while
    trying to impersonate before accessing PhysicalFileSystem. This happened because the access token retrieved from WindowsIdentity
    was not duplicated and when owner WindowsIdentity went out of scope (garbage collected), its access token was also being disposed.

  • Improved: Document Viewer:

    • Fixed: In mobile viewer, "Cannot delete annotations..." error occured when pressing backspace or del keys inside search field.

    • Improved: Perfected paddings in left side pane and no more unnessary horizontal scrollbar on IE and Edge.

Included example projects:

  • ASP.NET Core (C#) - Visual Studio 2017+
  • ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
  • ASP.NET MVC (C#) - Visual Studio 2010+
  • ASP.NET MVC (VB) - Visual Studio 2010+
  • ASP.NET WebForms (C#) - Visual Studio 2010+
  • ASP.NET WebForms (VB) - Visual Studio 2010+