File upload error - unable to create a temporary file in unknown on line 0

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

  • File upload error - unable to create a temporary file in unknown on line 0

    Hallo zusammen,
    wir haben hier ein Problem. Der Upload mittels eines HTTP-Post
    funktioniert nicht mehr. Beim Versuch eines Uploads kommt folgende
    Fehlermeldung:

    File upload error - unable to create a temporary file in unknown on line 0

    System: PHP 4.3.3
    Webserver: IIS 6
    OS: Windows 2003

    Leider bin ich in der Firma an bestimmte Restriktionen gebunden, so dass wir leider kein Apache und Linux einsetzen können.

    In der php.ini haben wir die Uploads erlaubt, das Upload-Dir eingetragen und auch die Upload-Größe ausreichend eingestellt.

    Das eingetragene Upload-Dir hat auch die nötigen Schreibrechte, leider tritt der Fehler immer noch auf.

    Weiss irgendjemand Rat??

    Danke und Gruß
    Haggybear

  • #2
    Kommentier mal upload_tmp_dir aus, damit er für die temporären Datein das Standard-Verzeichnis nimmt. Natürlich nur, wenn das nicht gegen eure "Restriktionen" verstößt.

    Kommentar


    • #3
      TMP

      Das haben wir ausprobiert, klappt auch nicht.

      Scheiss M$!!!

      So langsam bin ich am Ende mit meinem Latein!

      Kommentar


      • #4
        Re: File upload error - unable to create a temporary file in unknown on line 0

        Original geschrieben von haggybear
        Das eingetragene Upload-Dir hat auch die nötigen Schreibrechte
        Kannst du mit fopen Dateien in dem Verzeichnis erstellen?
        Ich denke, also bin ich. - Einige sind trotzdem...

        Kommentar


        • #5
          Na hoppla.. hab garnicht gesehen, dass du nicht apache nimmst

          vielleicht ja so:

          Leevi at izilla dot com dot au
          09-Feb-2005 07:52
          This may help a newbie to file uploads.. it took advice from a friend to fix it..

          If you are using
          -windows xp
          -iis 5
          -php 5

          If you keep getting permission errors on file uploads... and you have sworn you set the permissions to write to the directory in iis...

          double check that
          a) in windows explorer under tools > folder options
          click the view tab
          scroll down all the way to "use simple file sharing (recommended)"
          uncheck this box

          b) find the folder you wish to upload to on your server
          c) click properties and then the security tab
          d) make sure the appropriate write settings are checked.

          you may want to test by setting "everyone" to have full permission....

          BEWARE doing this will open up big security holes on your server....

          hope this helps

          Leevi Graham

          Kommentar

          Lädt...
          X