Dear steveyuan,
The continuous.gif file is control's resource,
The process image can be set by ProgressPicture property.
- <CuteWebUI:Uploader runat="server" ID="Uploader1" ProgressPicture="images/test.gif"
- InsertText="Upload File (Max 10M)"
- OnFileUploaded="Uploader_FileUploaded">
- <ValidateOption MaxSizeKB="10240" />
- </CuteWebUI:Uploader>
Hope it helps.
Regards,
Jeff