Re: Need to restrict files uploaded based on Modification date on the file

  •  07-25-2013, 1:00 PM

    Re: Need to restrict files uploaded based on Modification date on the file

    Hi LauraHughes,

     

    If you want to limit the files number what the user can select at one time, please set property "MaxFilesLimit".

     

        <CuteWebUI:UploadAttachments runat="server" ID="uploader1" MaxFilesLimit="3" >        </CuteWebUI:UploadAttachments>

     

    If you want to limit the total number of the files, please refer to example http://www.ajaxuploader.com/Demo/multiple-files-upload-control-file-number.aspx

     

    Regards,

     

    Ken

     

     

     

View Complete Thread