Loading...
 

File storage

In many features, like File Gallery, Trackers, Wiki , etc., it's possible to upload binary files (like .png, .odt, .xls, .doc, .pdf, etc). By default, Tiki stores these files in your database with the rest of the data. If you will have a lot files, or large files, you should change this setting to store files on the file system.

But for other features, storage is not configurable. Please check tiki-admin_system.php for your Tiki set up.

Storing Files in Database or File Directory

There's an important setting for the file galleries: the storage strategy for files. You can choose one of two options to store file gallery files:

  • Store files on the database
  • Store files on a directory


The differences and settings needed for each option are explained below:

Storing files on the database

If you decide to store files in the database, then each file data will be stored in a database column (field) as a blob. This has the following advantages and disadvantages:

  • You don't need to configure anything else.
  • You may have problems if you plan to store large files
  • The database can grow a lot making more difficult to make backups/dumps

Storing files in a directory

If you decide to store files in a directory, you must indicate the path to a directory where you will store files. The directory can be absolute or relative to the Tiki directory for example:
files/
/www/tiki/files/
/home/tiki/files/
files/uploads/
can be configured as directories.

Storing files in a directory has the following advantages and disadvantages

  • You must configure properly a directory to store files
  • You can generally upload larger files. See Server Check to see the limits.


You must ensure that:

  • The configured directory exists and PHP (Apache) can read/write to it
  • For security, only Tiki can read or access the contents of that directory. Do that with one of the two following options.
    • Use a directory outside the webserver DocumentRoot (so the users won't be able to list the directory)
    • Use a directory inside the DocumentRoot (relative to the Tiki dir for example) and prevent listing the directory using a .htaccess file or other configuration depending on your webserver.


You may need to ask your ISP/hosting service for an upload strategy and instructions if the ISP/hosting allows uploads (some PHP's have file uploads disabled for unknown reasons, maybe to prevent disk space consuming). Since Tiki can be configured to store files on the database or a directory if there's a way to handle uploads then Tiki can use it :-) choose the strategy that is best for you.

Ideal scenario

The best scenario is to work like this:

Path What goes here Your setting in Tiki admin panel
/var/www/virtual/example.org/tiki-data-files/file-gallery/ File gallery files ../tiki-data-files/file-gallery/
/var/www/virtual/example.org/tiki-data-files/wiki-attachments/ Wiki Attachments ../tiki-data-files/wiki-attachments/
/var/www/virtual/example.org/tiki-data-files/tracker-attachments/ Tracker Attachments ../tiki-data-files/tracker-attachments/
/var/www/virtual/example.org/tiki-data-files/user-files/ User Files ../tiki-data-files/user-files/
/var/www/virtual/example.org/tiki-data-files/image-gallery/ Image gallery files ../tiki-data-files/image-gallery/
/var/www/virtual/example.org/tiki-batch-upload/ Batch Upload ../tiki-batch-upload/

Batch Upload is purposely put in a different place than tiki-data-files because one is long term storage, and the other is just a temporary space.

Benefits

  • Easy to understand
  • Everthing related to your site is in one subdirectory
  • Data files are outside the web root
  • Works with TRIM's make restore and make clone


doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki