Loading...
 
Features / Usability

Features / Usability


Re: Tiki 3.0 - Uploading / Downloading Jumbo Files

posts: 496

Hi

Dont use the database for storing large files, store them in a directory. This also makes the backup of your db easier. For settings see "Admin home" > "File galleries". For uploading use FTP connection, than in Tiki use the "Directory batch" to allocate the files into the proper folder.

More info here: http://doc.tikiwiki.org/tiki-index.php?page=File+Gallery&bl=y

and here

http://doc.tikiwiki.org/tiki-index.php?page=File+Gallery+Config&structure=Documentation

If you have no option but to store files in the db than make sure you also modify the followings in your php.ini: memory_limit, upload_max_filesize, post_max_size, max_execution_time, max_input_time according to your needs and also set mysql.connect_timeout to -1

hope it helps,
cheers,
gezza

There are no comments at this time.