Re: Numero maximo de uploads no mvc3

  •  06-21-2012, 7:54 AM

    Re: Numero maximo de uploads no mvc3

    Hi dieos,
     
    You can limit the select files number by property "MaxFilesLimit".
     
       <CuteWebUI:UploadAttachments runat="server" ID="UploadAttachments1" MaxFilesLimit="12">
                </CuteWebUI:UploadAttachments>
     
    If you need to limit the total numbers of the upload file, please refer to example http://www.ajaxuploader.com/Demo/multiple-files-upload-control-file-number.aspx, it shows you how to achieve it.
     
    Regards,
     
    Ken 
View Complete Thread