Site structure
Version 3.x > Site structure > Where to put flash and images. View modes: 
User avatar
Member
Member
wayne_thompson@hotmail.com - 7/29/2008 1:03:05 AM
   
Where to put flash and images.
For most flash and image files we have been dropping them in a folder on the server but i notice that you can create a folder in the cms structure and attached them to that.

Which is the better solution?

Is there any performance soluitions for one or the other.

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 7/29/2008 5:04:32 AM
   
RE:Where to put flash and images.
Hi,

The files can be physically stored in the file system, in the database or in both:


File system - the files are stored in the configured folder on your disk. This option provides the best performance, however, your web application must be granted with Modify permissions on the disk which is not always possible.


Database - the files are stored in the database. This option provides a worse performance, but it allows you to use full-text search in uploaded files, it doesn't require Modify permissions on the disk and it allows you to easily backup the uploaded files as a part of your database backup.


Database and file system - this option combines the advantages of both options. It provides the same performance as the file system-only option since the files are stored on the file system as well. At the same time, you can use workflow, versioning and full-text search.

Best Regards,
Miroslav Remias