Avatar billede lasse-p3 Nybegynder
23. april 2009 - 10:37 Der er 3 kommentarer og
1 løsning

Php file upload fejl

Dette php upload virker ikke. Det printer fejl over hele siden.
Hvorfor?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<!-- Minus AutoDato -->
    <title>[Ingen titel]</title>
<meta name="Generator" content="Stone's WebWriter 4">
</head>
<body>


<?php
if(isset($_POST['upload']))
{  $text = $_POST['titel'];
    mysql_connect("localhost", "m", "m") or die(mysql_error());
    mysql_select_db("m") or die(mysql_error());
    mysql_query("INSERT INTO pixelbilleder (titel) VALUES ('$text')") OR DIE(mysql_error());
 
    $id = mysql_insert_id();
    $extension = 'jpg';

  for($i = i; $i <= 2; $i++){
        if (move_uploaded_file($_FILES['minfil']['tmp_name'], $id . '-' . $i . '.' . $extension)){
            echo 'Fil: ' . $i . ' - Uploaded';
        }else{
            echo 'Fil: ' . $i . ' - Fejl';
        }
    }
}
else
{
?>

<form action="<? echo $_SERVER['PHP_SELF']; ?>" method="post" enctype="multipart/form-data">
    Vælg fil 1: <input name="minfil[1]" type="file"><br />
    Vælg fil 2: <input name="minfil[2]" type="file"><br />
    Titel: <input name="titel" type="file"><br />

    <input type="submit" name="upload" value="Upload fil">
</form>

<?
}
?>

</body>
</html>
Avatar billede lasse-p3 Nybegynder
23. april 2009 - 10:38 #1
Et lille udpluk af fejlen: Fil: dj - FejlFil: dk - FejlFil: dl - FejlFil: dm - FejlFil: dn - FejlFil: do - FejlFil: dp - FejlFil: dq - FejlFil: dr - FejlFil: ds - FejlFil: dt - FejlFil: du - hq - FejlFil: hr - FejlFil: hs - FejlFil: ht - FejlFil: hu - FejlFil: hv - FejlFil: hw - FejlFil: hx - FejlFil: hy - FejlFil: hz - FejlFil: ia - FejlFil: ib - FejlFil: ic - FejlFil: id - FejlFil: ie - FejlFil: if - FejlFil: ig - FejlFil: ih - FejlFil: ii - FejlFil: ij - FejlFil: ik - FejlFil: il - FejlFil: im - FejlFil: in - FejlFil: io - FejlFil: ip - FejlFil: iq -
Avatar billede lasse-p3 Nybegynder
23. april 2009 - 11:50 #2
Jeg har nu løst første fejl: $i = i skulle være $i = 1

Nu er  nummer 2 fejl så at den blot melder Fil: - FejlFil: - Fejl,
hvorfor?


<?php
if(isset($_POST['upload']))



    $text = $_POST['titel'];
    mysql_connect("localhost", "madebylasse_dk", "BWfA3WkX") or die(mysql_error());
    mysql_select_db("madebylasse_dk") or die(mysql_error());
    mysql_query("INSERT INTO pixelbilleder (titel) VALUES ('$text')") OR DIE(mysql_error());
    $id = mysql_insert_id();
    $extension = 'jpg';
 

  for($i = 1; $i <= 2; $i++){
        if (move_uploaded_file($_FILES['minfil']['tmp_name'], '/customers/madebylasse.dk/madebylasse.dk/httpd.www/Billeder/' . $id . '-' . $i . '.jpg'))
{
            echo 'Fil: ' . $i . ' - Uploaded';
        }else{
            echo 'Fil: ' . $i . ' - Fejl';
        }
    }
}
else
{
?>

<form action="<? echo $_SERVER['PHP_SELF']; ?>" method="post" enctype="multipart/form-data">
    Vælg fil 1 som er lille: <input name="minfil[1]" type="file"><br />
    Vælg fil 2 som er stor: <input name="minfil[2]" type="file"><br />
    Titel på billede: <input type="text" name="titel"><br />

    <input type="submit" name="upload" value="Upload fil">
</form>

<?
}
?>
Avatar billede showsource Seniormester
23. april 2009 - 15:05 #3
Du skal nok lige lukke her.
Kun et spm. af samme slags!
Avatar billede lasse-p3 Nybegynder
23. april 2009 - 15:49 #4
ok
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
Kurser inden for grundlæggende programmering

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester