Ajax based user profile Demo

Last post 12-22-2009, 3:38 AM by edmondto. 3 replies.
Sort Posts: Previous Next
  •  12-21-2009, 2:36 AM 57855

    Ajax based user profile Demo

    hi all,
     
    how to disable to show the file name and size wording once finish upload.
    "xxxxxx.JPG (not saved) (49.0KB)"
     
    http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx
     
    thanks
     
    edmond
  •  12-21-2009, 8:03 AM 57860 in reply to 57855

    Re: Ajax based user profile Demo

    edmond,
     
    You can set the ItemTextTemplate property to an empty string
     
    Regards,
    Terry
     
  •  12-22-2009, 3:10 AM 57893 in reply to 57860

    Re: Ajax based user profile Demo

    it doesn't work, so strange...
     
     
    <CuteWebUI:UploadPersistedFile AutoUseSystemTempFolder="false" runat="server" ID="UploadPhoto1" ItemTextTemplate="" InsertText="上載相片" OnFileUploaded="UploadPhoto_FileUploaded" OnFileChanged="UploadPhoto_FileChanged1">              
                      <ValidateOption AllowedFileExtensions="jpg,jpeg,gif,png" />
                      <ValidateOption MaxSizeKB="5120" />
                    </CuteWebUI:UploadPersistedFile>
  •  12-22-2009, 3:38 AM 57894 in reply to 57893

    Re: Ajax based user profile Demo

    it's work, thank you
View as RSS news feed in XML