> AiutoSuAzioni/AllegaFile

The following 143 words could not be found in the dictionary of 7206 words (including 7206 LocalSpellingWords) and are highlighted below:

abilitata   Abilitazione   abusare   addition   After   after   allow   Any   any   applet   attacchi   Attach   attached   attachment   attachments   automatically   avrai   be   behaviour   blank   blocco   break   built   change   changes   clicchi   click   conflict   consist   content   copy   deletion   Denial   details   detected   diagrams   difference   different   displayed   displaying   displays   Draw   draw   drawing   drawings   easily   enabled   existing   explained   ext   extension   fields   filename   first   follows   form   generated   get   gif   highlighted   if   inline   inlined   input   Instead   instead   interactively   Java   keep   kind   left   like   Linking   links   looking   means   need   never   next   normal   not   optional   or   original   Otherwise   otherwise   ottieni   overwrite   own   pages   picture   picturename   pictures   Plugins   possible   py   reconfigurations   refer   reflected   results   revert   review   rules   salvi   sarai   save   saved   Saving   second   section   shown   simple   since   sources   specify   spostato   store   syntax   than   then   these   they   third   this   though   three   thus   tries   two   type   Unlike   upload   used   using   vandalism   vector   view   want   while   will   works   you   your  

Clear message

1. Abilitazione dell'azione AttachFile

L'azione AttachFile ti consente di poter allegare dei file ad una pagina. Dal momento che è possibile abusare di questa possibilità per tentare degli attacchi DoS (Denial of Service, "blocco" del servizio), questa azione deve essere esplicitamente abilitata dall'amministratore del wiki. Vedi [Self]Configurazione di MoinMoin per i dettagli.

2. Creare un allegato

Per creare un nuovo allegato, puoi sia aggiungere un link adeguato ad ogni pagina (vedi sotto come fare), o cliccare sul link AttachFile in fondo alla pagina. Nel primo caso, quando salvi la pagina avrai la possibilità di fare l'upload dell'allegato: cliccando su quel link sarai spostato nella pagina di upload, la stessa che ottieni quando clicchi direttamente sul link AttachFile.

The upload form consist of three fields, in addition to the file input there are two optional fields, one to specify a MIME type for the file (which will be detected automatically otherwise), the second to store the file under a different name than on your own computer.

An upload will never overwrite an existing file. If there is a name conflict, you have to rename the file that you want to upload. Otherwise, if "Rename to" is left blank, the original filename will be used.

Any upload or deletion of attachments is reflected on RecentChanges and thus subject to peer review. Unlike page changes, there is no history though, so keep a local copy of files so you can revert possible vandalism.

3. Linking to attachments

To refer to attachments on a page, use attachment:filename.ext; a link of this kind follows all the rules for normal links, i.e. pictures are automatically inlined. Do not use the URL of the [get] link you can see on the attachments upload page, since these links are subject to change and can break easily on reconfigurations of the wiki. To refer to files attached to other pages, use attachment:WikiName/filename.ext.

Instead of attachment:, you can also use inline:, which tries to inline the attachment's content. For pictures there is no difference. For Python sources (i.e. attachments with a .py extension), they are shown as syntax-highlighted source displays. For all other files, the behaviour is the same as for simple attachment: links.

The third type of link is drawing:, explained in the next section.

4. Editing vector drawings

A link looking like drawing:picturename will allow you to interactively edit vector diagrams via the built-in Java applet. The applet will then store two attachments, "picturename.draw" and "picturename.gif". After you first saved a drawing, the generated GIF picture is displayed for the drawing: link. This means that you only need Java enabled for editing, while displaying the results works with any browser.

To edit a drawing after the first save, click on AttachFile and use the [edit] link that is displayed instead of [view] for the .draw attachment. Saving a drawing is reflected in RecentChanges.

For details on using the drawing applet, see [TWiki]Plugins/TWikiDrawPlugin.