How to hide uploaded files grid in ajax uploader? How to customize the MaxFilesLimitMsg using javascript?

Last post 02-11-2013, 8:23 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  02-08-2013, 9:36 AM 76826

    How to hide uploaded files grid in ajax uploader? How to customize the MaxFilesLimitMsg using javascript?

    Q1) We are uploading files direclty to database upon selecting the files from file dialog window. while uploading the files into database a grid isdisplaying with the selected files and remove option. Is there any way to hide the grid? we are using UploadAttachments control

     

    Q2) The max attachment count will differ as per the attachment type set. So, everytime the user selects attachment type the max attachment files allowed will vary. It may be 2,3 or more allowed files. So, I need to customize the error message displaying the max attachment count and the attachment type. I am able to customize the error message for Max size using javascript by overloading the OnSelect(files) function of the Ajax Uploader, but not able  to customize the error message for Max Files limit.

  •  02-11-2013, 8:23 PM 76847 in reply to 76826

    Re: How to hide uploaded files grid in ajax uploader? How to customize the MaxFilesLimitMsg using javascript?

    MayurNarsale,

     

    Q1.

     

    Try using uploader instead of UploadAttachments.

     

    <CuteWebUI:Uploader runat="server" MultipleFilesUpload="true" ID="Uploader1">
    </CuteWebUI:Uploader>
     


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML