From 1ed6be7223603c03ac2d9702ede625170e59f03a Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 16 Mar 2026 14:16:17 +1000 Subject: [PATCH] Docs: DOC-3243 - Now `link` dialog allows uploading empty files --- modules/ROOT/pages/8.4.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index 9d8d4ba772..46af1153b9 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -158,6 +158,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== Now `link` dialog allows uploading empty files +// #TINY-13421 + +Previously, when uploading an empty file through the link dialog's upload tab, the conversion to `BlobInfo` failed and returned a generic, cryptic error about blob and base64 encoding. As a result, users could not understand what caused the failure or how to resolve it. + +In {productname} {release-version}, empty file uploads are now handled by the link dialog itself, which displays a clear, user-friendly error message when an empty file is selected. Users receive a specific error that explains the issue instead of a generic conversion error. + [[security-fixes]] == Security fixes