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...
- <ContentTemplate>
- <CuteUI:Uploader id="Uploader1" TempDirectory="~/uploadtemp" runat="server" UploadType="IFrame" InsertButtonID="UploadButton"> <ValidateOption AllowedFileExtensions="jpeg,jpg,gif" MaxSizeKB="100" />
- </CuteUI:Uploader>
- <asp:Image ID="UploadButton" runat="server" ImageUrl="~/images/MainUploadButtonUp.png"/>
- </ContentTemplate>