Re: license file location tag

  •  01-18-2013, 2:58 AM

    Re: license file location tag

    figured it out.. it must be before all other properties... and is a url relativr 

     

    <?php

    $uploader->LicenseUrl="/support/phpfileuploader/license/phpuploader_fcpost-IP.lic";
    $uploader=new PhpUploader();
    $uploader->MaxSizeKB=2150400;
    $uploader->Name="myuploader";
    $uploader->MultipleFilesUpload=true;

View Complete Thread