Documents and images can be maintained by uploading them to the file system and storing the path in the database or by uploading the file directly into a database column capable of storing binary data. The samples demostrate the storing of images and documents in both the file system and the database as a BLOB. When storing a file in the file system you specify the
uploadRootFolder property to identify the location. The types of files that can be uploaded is restricted using the
uploadExtFilter property. For images the maximum size of thumbnail images can be controlled via the column
maxThumbnailHeight property.