Re: PHPfileuploader errors

  •  06-23-2009, 9:35 PM

    Re: PHPfileuploader errors

    Cary:
     
    You can set the :
     
    $uploader->TempDirectory="/home/charterh/tmp";
     
    instead of modifying the source. Otherwise you need modify it again if you upgrate the product.
     
    The MoveTo method just use the move function , so the parameter should be a full path instead of a directory.
     
    Regards,
    Terry
View Complete Thread