Server side exception

Last post 07-26-2010, 7:34 AM by Eric. 1 replies.
Sort Posts: Previous Next
  •  07-26-2010, 4:20 AM 62706

    Server side exception

    Hi,
     
    When I want to upload a jpg I get this message.
    When I run it local in my wampserver I don't get tis message and everything works fine.
    But when I upload the script to the webserver of my webhoster I get this message when I want to upload a jpg
     
     
     
     
    I have chmod 777 the phpuploader dir and the destination dir but that didn't help.
    I overwritten the php.ini with:
    output_buffering = on
    file_uploads   on
    upload_max_filesize  1024M
    max_input_time  3000
    memory_limit  1536M
    max_execution_time 3000
    post_max_size 1024M
    but that didn't help either
     
     
     
     
    Can someone please help me with this problem. The webhoster also doesn't know what is wrong.
     
    Kurgan
     
    solved with
    $uploader->TempDirectory="uploaderdir";
     
  •  07-26-2010, 7:34 AM 62708 in reply to 62706

    Re: Server side exception

    Glad to know you fix this issue.
     
    Regards,
    Eric
View as RSS news feed in XML