<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/features.file-upload.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'features.file-upload.errors.seealso.php',
    1 => 'Siehe auch',
    2 => 'Siehe auch',
  ),
  'up' => 
  array (
    0 => 'features.file-upload.php',
    1 => 'Steuerung von Dateiuploads',
  ),
  'prev' => 
  array (
    0 => 'features.file-upload.put-method.php',
    1 => 'PUT-Unterst&uuml;tzung',
  ),
  'next' => 
  array (
    0 => 'features.remote-files.php',
    1 => 'Zugriff auf entfernte Dateien',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'features/file-upload.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="features.file-upload.errors.seealso" class="sect1">
   <h2 class="title">Siehe auch</h2>
   <p class="para">
    <ul class="simplelist">
     <li><a href="security.filesystem.php" class="link">Dateisystem-Sicherheit</a></li>
    </ul>
   </p>
  </div><?php manual_footer($setup); ?>