license file location tag

Last post 01-18-2013, 2:58 AM by mtimmons. 3 replies.
Sort Posts: Previous Next
  •  01-16-2013, 2:19 PM 76662

    license file location tag

    is there  class to specify the license file location? I tried a few things, however, I am having some issues.
  •  01-16-2013, 7:34 PM 76669 in reply to 76662

    Re: license file location tag

    Hi Mtimmons,

     

    you can try property "LicenseUrl". What problem you got with the license? can you show me in detail?

     

    $uploader->LicenseUrl=""; 

     

    Regards,

     

    ken 

  •  01-16-2013, 11:01 PM 76670 in reply to 76669

    Re: license file location tag

    Well, I am wating on my IP license order right now.. then I will be able to give more specifics.. basically "invalid license file"

    Is this path relevative to the server root ? or the url / sire root?

    ie /WebServer/docs/blha

    or http://host.com/blah/

     

    I have the following strucure:

    /WebServer/mainsite/support/phpuploader/(all the handlers and such )/license/

    /WebServer/subdomain/site/

    /WebServer/mainsite/randompage/

     

    so, several spots where I need to see the licnse.. I can do a sym link.. but I will try once I get the IP license file...my assicate buying it has a call into you guys to fix a billing problem......

     

    -matt 

  •  01-18-2013, 2:58 AM 76683 in reply to 76670

    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 as RSS news feed in XML