ich habe folgendes script:
PHP Code:
$start = "/www/Beta/images/";
$complete = $start . $_POST['proname'] . "." . $type;
// $_POST['proname'] ist Hallo und $type ist png
// das ganze ist also "/www/Beta/images/Hallo.png"
// das sagt mir auch eine ausgabe dass das stimmt aber ist das so richtig?
// $_FILES['profile']['tmp_name'] gibt es und macht auch keine probleme
if(!move_uploaded_file($_FILES['profile']['tmp_name'],$complete))
mistake(1);
Vielen Dank im Voraus!
mfg Maaaaar






