Customization of the control

Last post 10-10-2008, 3:06 AM by cutechat. 5 replies.
Sort Posts: Previous Next
  •  10-08-2008, 7:24 AM 44690

    Customization of the control

    I have a few questions on the customization of the appearance of the control:
     
    1) How to hide the filename of the file that has just been uploaded? ShowProgressInfo = false does not remove the final text.
     
    2) When using the ProgressCtrlID as a panel (as in your example), the progressbar is still displayed incorrectly. See the behavior below (ignore the message box, that problem is fixed, but as you can see, the progress bar at the top gets visible, but the real progress bar is displayed below):
     
     
    3) Is it possible to hide the upload / select file button during an upload or do I have to implement this myself?
     
    Thanks in advance!
  •  10-08-2008, 7:59 AM 44692 in reply to 44690

    Re: Customization of the control

    Hi CatenaLogic ,
     
     
    1.What does it mean 'remove the final text'?Do you want to hide the progresstext when the upload is in progress?
     
    2.ProgressCtrlID and ProgresstextID are a pair, where is ProgresstextID where ProgressCtrlID
     
    3.when you upload some files,you can click the upload button agin to add more files,now we have not a properties to hide it during upload
     
    Regards
     
    Ken
  •  10-08-2008, 8:53 AM 44694 in reply to 44692

    Re: Customization of the control

    1) See below:
     
     
    2) It worked when I moved the text to the panel as well:
     
            <%-- Progress --%>
            <asp:Panel ID="uploadProgress" runat="server" CssClass="progress">
                <asp:Label ID="uploadProgressText" runat="server" CssClass="progressText" />
            </asp:Panel>
     
    Is the progressbar sensitive for CSS styling?
     
     
    3) I understand that I can keep uploading files. What I mean is: what's the point in a PersistedFileUploader (with MultipleFilesUpload="false") to keep the select image (in the image above, the edit image button) visible (because what will it do (it should do nothing)).
     
    Thanks!
  •  10-09-2008, 12:13 AM 44717 in reply to 44694

    Re: Customization of the control

    HI,
     
    1.Please try this property :
     
    ItemTextTemplate=""
     
    2.you can specify the width :
     
    ProgressPanelWidth="100px"
     
    and other properties : ProgressBarHeight, ProgressBarBorderStyle ...
     
    (ProgressBarStyle has a bug now..)
     
    3.the button is visible , but it is disabled when uploading a file.
     
    Regards , Terry .
  •  10-09-2008, 3:46 PM 44748 in reply to 44717

    Re: Customization of the control

    Thank you very much!
     
    1) ItemTextTemplate works, thank you!
     
    2) I can live with the progressbarstyle bug, it works now setting the width & height without CSS
     
    3) Is there any way I can get a OnBeginUpload event? Then I could hide the button and show it again on OnFileUploaded? If not, this would be a great enhancement to the control!
     
    Thanks again!
  •  10-10-2008, 3:06 AM 44762 in reply to 44748

    Re: Customization of the control

    Hi
     
    Please download the new version. 
     
    And check my new post about the new version features.
     
    Regards , Terry.
View as RSS news feed in XML