You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To handle uploads you need to use Arachne\Upload\Type\FileType and Arachne\Upload\Constraint\File instead of their originals from Symfony. These classes are adjusted to work with nette/http but otherwise they are the same.