deployment

  •  06-19-2009, 6:40 AM

    deployment

    I am using the demo version (before buying) but I cannot make it work.
     
    it seems to me that there is an error in your example a "$" is not present before "uploader->Render();" which causes this error "Parse error: syntax error, unexpected T_OBJECT_OPERATOR".
     
    So I've added it to have
    require_once(/path/include_phpuploader.php)
    $uploader->Name = "myuploader";
    $uploader = new PhpUploader();
    $uploader->MultipleFilesUpload = true;
    $uploader->Render();
     
    then I obtain the button but when I click on it nothing happens...
    What should I do ?
    Thanks
    Laurent
     
    PS Is it because it runs on a local mcahine with wamp ?
View Complete Thread