[TYPO3-dev] How to store images in database?
    Dmitry Dulepov 
    dmitry.dulepov at gmail.com
       
    Thu Oct 10 10:21:31 CEST 2013
    
    
  
Hi!
Martin Dostál wrote:
> Is any way to configure Typo3 (6.1) to store uploaded content images in
> db instead of upload folder?
No and you should not want that because it is very inefficient to store 
large binary data in the database. Storing them on the file system is much 
better for performance.
-- 
Dmitry Dulepov
Today is a good day to have a good day.
    
    
More information about the TYPO3-dev
mailing list