79366499

Date: 2025-01-18 03:01:07
Score: 1
Natty:
Report link

If you are using Symfony and EasyAdmin within the FileUploadType, you have to add the file upload javascript from easyadmin manually.

TextField::new('upload')
   ->setFormType(FileUploadType::class)
   ->addJsFiles(Asset::fromEasyAdminAssetPackage('field-file-upload.js'))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: daHormez