upload_example
upload_example copied to clipboard
File Upload using Extbase and FAL
To reproduce: 1. Edit object with a image property 2. Select a new image to upload 3. Make another property invalid so that validation will fail upon saving 4. save...
In case there is a validation error on another property of the model, the file reference is not created and TYPO3 throws an execption due to the expectation of a...
With that commit comes the ability to add a specific title and description to an image directly while uploading them. There is even more possible like adding links or alternative...