Ajax Uploader - progress width after upload

  •  01-02-2013, 4:17 PM

    Ajax Uploader - progress width after upload

    Searching the forum, I have not found anything that works for actually controlling the progress appearance after upload is complete.  As in the screenshot below, the progress area switches to show the filename and overflows.  I want to control the maximum width and wrap the text if necessary.  I can set the ProgressPanelWidth property but it appears that just gets overridden if the filename is long enough to push it out.  I defined a css class but the ProgressPanelStyle property is read-only from the ASP and my attempt to set it in either the onLoad or onPreLoad functions in the code-behind is apparently ignored.  I can specify overflow:hidden in the containing div of course but that's tacky.

     

    Surely there is a straight-forward way exposed to control such a simple thing...?

     

     

View Complete Thread