Andreas: Dateiupload - Ich verzweifel :o(((

Beitrag lesen

Hallo,


site.php:
***********
<?php
printf("<form name=FAQform action="copy.php?Type=%s&Subtype=%s&Products=%s&Art=%s" method=post onsubmit="return false">",$TypeUND,$SubtypeUND,$ProductsUND,$DRVorFAQ);
printf("<input type=file name=datei>");
printf("<p align=center><input type=button name=Add value=Add onclick="document.FAQform.submit();return false">
?>

bin mir nicht ganz sicher: In <form...> fehlt noch "enctype="multipart/form-data"" also z.B.
<form action="..." method="post" enctype="multipart/form-data">

Viel Glück

Andreas