[FLOW3-general] Fwd: File upload in FLOW3

Bastian Waidelich bastian at typo3.org
Thu Dec 15 16:18:38 CET 2011


Thomas Plessis wrote:

hi Thomas,

> No ideas? I'm looking to find a way to restrict file uploading to JPG or PNG files. :/

Have a look at the Media package [1].
If you map the file to an Image model, you should be able to apply 
validation rules to it.
Re resizing check out the getThumbnail() method of the Image model. It 
uses the ImageService to create a so called ImageVariant using the 
"Imaginge" package [2].

HTH
Bastian


[1] http://git.typo3.org/FLOW3/Packages/TYPO3.Media.git
[2] http://git.typo3.org/FLOW3/Packages/Imagine.git


More information about the FLOW3-general mailing list