welcome: please sign in

次の67語(ハイライト表示)は、1209語の辞書 1209語のLocalSpellingWordsを含む)中に見つかりませんでした。
abused   adding   administrator   arrive   Attach   attached   attachments   Attachments   attacks   by   can   configuration   Denial   deprecated   direct   disabled   enables   example   excluded   ext   filename   files   finally   for   get   handled   If   into   like   location   long   Ls   make   method   multiple   need   now   On   only   pagename   paths   please   privately   removed   retrieved   right   Service   serving   Since   since   Some   stored   sure   target   that   there   they   This   to   until   uploads   used   using   usually   via   wikiconfig   with  

メッセージを消す
location: HelpOnConfiguration / FileAttachments

File Attachments Configuration

The AttachFile action enables a page to have multiple attached files. Since file uploads could be abused for DoS (Denial of Service) attacks, AttachFile is an action that may be disabled by the wiki administrator (by adding actions_excluded = ['AttachFile'] to wikiconfig).

This is all you usually need to do for configuration.

How attachments are handled

Attachments are stored "privately" in the data/pages/ directory (with paths like data/pages/<pagename>/attachments/<filename>) and can only be retrieved by using the AttachFile action (via URLs like http://example.org/mywiki/<SomePage>?action=AttachFile&do=get&target=filename.ext).

/!\ The direct serving method (deprecated since long) was finally removed in moin 1.7.0. If you have used it until now (attachments = {...}), please copy your attachments into your data directory (and make sure they arrive at the right location there).