N°9936 - Designer - can't upload package

This commit is contained in:
odain
2026-08-17 16:18:42 +02:00
parent 7f3a1811d7
commit 2eaca40632

View File

@@ -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)
{