{* $Id$ *}
{remarksbox type="tip" title="{tr}Tip{/tr}"}
{tr}To create or remove file galleries, select{/tr} {tr}File Galleries{/tr} {tr}from the application menu{/tr}.
{tr}If you decide to store files in a directory you must ensure that the user cannot access directly to the directory.{/tr}
{tr}You have two options to accomplish this:
Use a directory outside your document root, make sure your php script can read and write to that directory
Use a directory inside the document root and use .htaccess to prevent the user from listing the directory contents
{/tr}
{tr}To configure the directory path use UNIX like paths for example files/ or c:/foo/files or /www/files/{/tr}
{/remarksbox}