Change Button Label from default "Upload files"

Last post 07-23-2012, 9:17 AM by mediakitchen. 2 replies.
Sort Posts: Previous Next
  •  07-23-2012, 8:10 AM 74195

    Change Button Label from default "Upload files"

    Is there a way to change the button label from the default "Upload files" label?
     
    I can see I can edit the "include_phpuploader.php" file and change the value of public $InsertText="Upload files "; 
     
    But wondered if there is a way to do it without hacking this file? 
  •  07-23-2012, 9:08 AM 74199 in reply to 74195

    Re: Change Button Label from default "Upload files"

    Hi mediakitchen,
     
    You can set property "InsertText".
     
    $uploader-> InsertText ="new label";
     
    Regards,
     
    Ken 
     
     
  •  07-23-2012, 9:17 AM 74200 in reply to 74199

    Re: Change Button Label from default "Upload files"

    Ah brill - thanks Ken, I thought there must have been something like that. Apologies for not spotting this in the docs
View as RSS news feed in XML