line break in ProgressTextTemplate

Last post 11-03-2011, 8:41 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  11-02-2011, 1:06 PM 70922

    line break in ProgressTextTemplate

    hi everybody,
     
    i cant seem to fix a linebreak in ProgressTextTemplate...heres what i have:
     
    $uploader->ProgressTextTemplate="%F% 
 %KBPS%";
     
    its not giving me a line break just displaying: 

     
    how to implement a line break or auto wrap (for larger filenames)
     
    also how to display remaining time in minutes?
     
     
    cheers,
     
    mis
  •  11-03-2011, 8:41 AM 70947 in reply to 70922

    Re: line break in ProgressTextTemplate

    Hi mismas,
     
    try
     
    $uploader->ProgressTextTemplate="line1 " .Chr(13).Chr(10)." line2";
     
    Regards,
     
    Ken
View as RSS news feed in XML