Skip to content

Instantly share code, notes, and snippets.

View ghanshyamgohel's full-sized avatar
🏠
Working from home

Ghanshyam Gohel ghanshyamgohel

🏠
Working from home
View GitHub Profile
@ghanshyamgohel
ghanshyamgohel / FalUpload.php
Last active June 12, 2023 14:40
TYPO3 extBase easy upload example for FAL image. Key: FAL upload single image, FAL upload multiple images, FAL delete single image, FAL delete multiple images
<?php
// Location: your_ext/Classes/Domain/Model/FalUpload.php
namespace VENDOR\YourExt\Domain\Model;
class FalUpload extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
{
/**
* teaserImage
*