how to resolve this problem when upload file

Discussion in 'PHP' started by dineshsingh1984, Jan 24, 2011.

  1. #1
    how to resolve this problem when upload file

    # warning: move_uploaded_file(/home/virtual/_tmp/flower_blue.ico) [function.move-uploaded-file]: failed to open stream: No such file or directory in C:\AppServ\www\BlomsterPartiet\includes\file.inc on line 603.
    # warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\Windows\Temp\php85D.tmp' to '/home/virtual/_tmp/flower_blue.ico' in C:\AppServ\www\BlomsterPartiet\includes\file.inc on line 603.


    Plz help me
     
    dineshsingh1984, Jan 24, 2011 IP
  2. G3n3s!s

    G3n3s!s Active Member

    Messages:
    325
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #2
    1. you'Re trying to move file to /home which is Linux folder structure.
    2. your temp file is missing
     
    G3n3s!s, Jan 24, 2011 IP