Seltsamer Uploaderror -.-

  • Hallo!

    Ich habe ein heftiges Problem!
    Ich hab folgendes:

    Ich kann bei meinem Script ohne weiteres Dateien hochladen.
    Allerdings ne bekannte freundin von mir kann das nicht. Es komtm immer ein false von move_uploaded_file() zurück... gleichzeitig kommt bei ihr wenn ich $_FILE['file0']['error'] ausgebe 0, trotzdem gehts net. was kann da der fehler sein??!?!?


    Lg mathias

    PHP
    if(isset($this) || !isset($this)){ // that's the question...

    Einmal editiert, zuletzt von Teron Gerofied (7. September 2008 um 20:03)

  • also wenn des skript ansich klappt, mal geschaut obs am
    webspace liegt ? evtl darf das skript dort nicht reinschreiben ?
    schau dir mal die rechte an...

  • das funktioniert ja alles ich kann ja bei meinem pc ganz normal hochladen, nur eine andre kann das nicht und bei andren leuten weiß ichs nicht.

    PHP
    if(isset($this) || !isset($this)){ // that's the question...
  • hmm ich hab das problem schon gefunden (var_dump sei dank), der filetyp hat nicht gepasst, weil der wurde auf 3 bestimmte eingeschränkt... es ging nämlich nur im IE nicht... trotzdem danke

    PHP
    if(isset($this) || !isset($this)){ // that's the question...