Skip to content

FileUltimate v9.0.5

Compare
Choose a tag to compare
@GleamTech GleamTech released this 06 Aug 14:53
· 9 commits to master since this release

Version 9.0.5 - August 6, 2024

  • Fixed: FileManager and FileUploader will render a placeholder tag along with the script tag.
    We need a tag other than script tag for the component even if we render DOM on the client side.
    For example, Kendo UI Window, removes/moves script tags from content html so component is rendered to wrong place
    and not inside the window.

    Kendo UI Window has this code which caused the issue:
    // remove script blocks to prevent double-execution
    element.find("script").filter(executableScript).remove();

  • Improved: FileManager and FileUploader will now be resized automatically when the parent DOM element resizes via using
    ResizeObserver in supported browsers. This espacially useful when component width or height is given in percentage and not in pixels.
    For example, when you put FileManager or FileUploader inside Kendo UI Window, they will be resized when the window is maximized.

  • Fixed: Attempt to fix intermittent UnauthorizedAccessException in DocumentCache for .lock files.
    This issue is hard to replicate, but in our tests we didn't the observe it again after some locking fixes.
    Let us know if you still get this error intermittently:
    Access to the path "[DocumentCache]:\lock-1hshdfqw44gb5w44gb5~lpnqmy.json.lock" is denied due to insufficient permissions.
    Please make sure the current windows identity "computer\user" has the required permissions on the path.

Included example projects:

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