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

  •  02-08-2013, 9:36 AM

    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.

View Complete Thread