Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 240 Bytes

upload.md

File metadata and controls

4 lines (3 loc) · 240 Bytes

Upload

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.