Prob mit copy

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Prob mit copy

    Habe nen Server von puretec.de
    Ich nutze folgendes Skript:

    PHP-Code:
    if (!copy($newfile'data/'.$newfile)) {
        print (
    "failed to copy $newfile...<br>\n");

    Allerdings kommt hier die Ausgabe:

    failed to copy /tmp/phpmcpGjA...

    Wie kann ich das machen, dass das file in das verzeichnis "data" gelangt?
    Signatur-Text ...

  • #2
    http://www.php-resource.de/forum/sho...threadid=50454

    Kommentar


    • #3
      Was nützt mir das? ich komm ins falsche Verzeichnis!
      Es interessiert mich wie ich das ins richtige kopiere!

      das file kommt per upload!
      Signatur-Text ...

      Kommentar


      • #4
        error_reporting sollst du setzen um richtige Fehlermeldung zu bekommen!

        Kommentar

        Lädt...
        X