Default Images: Progress bar and Update not displaying

  •  07-17-2011, 9:31 PM

    Default Images: Progress bar and Update not displaying

    Hello there,
     
    I just purchased AjaxUploader.  It works fine - files are uploaded, but the progress bar comes out as a blank image, as do the tick marks after upload (The text is fine).   The code is very simple (script manager  is added earlier - not shown below).  Any ideas on what I may be doing incorrectly - or are there no default images?  Browser used is FF 3.6.3 it that helps...
     
     
    1. <ContentTemplate>  
    2.     <CuteUI:Uploader id="Uploader1" TempDirectory="~/uploadtemp" runat="server" UploadType="IFrame" InsertButtonID="UploadButton">         <ValidateOption AllowedFileExtensions="jpeg,jpg,gif" MaxSizeKB="100" />      
    3.     </CuteUI:Uploader>  
    4.      <asp:Image ID="UploadButton" runat="server" ImageUrl="~/images/MainUploadButtonUp.png"/>  
    5.  </ContentTemplate>  
View Complete Thread