From 2eaca4063209788c3c8ee1ac193c9895ef6ec28d Mon Sep 17 00:00:00 2001 From: odain Date: Mon, 17 Aug 2026 16:18:42 +0200 Subject: [PATCH] =?UTF-8?q?=20N=C2=B09936=20-=20Designer=20-=20can't=20upl?= =?UTF-8?q?oad=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/Application/UI/Base/Component/Form/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Application/UI/Base/Component/Form/Form.php b/sources/Application/UI/Base/Component/Form/Form.php index b527a3acf1..beba58c738 100644 --- a/sources/Application/UI/Base/Component/Form/Form.php +++ b/sources/Application/UI/Base/Component/Form/Form.php @@ -25,7 +25,7 @@ class Form extends UIContentBlock /** @var string */ protected $sAction; /** @var string */ - protected $sEncType = "application/x-www-form-urlencoded"; + protected $sEncType = "multipart/form-data"; public function __construct(?string $sId = null) {