Numero maximo de uploads no mvc3

Last post 06-21-2012, 7:54 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  06-20-2012, 3:15 PM 73949

    Numero maximo de uploads no mvc3

    I took an example of MvC3 and implemented in my project, this working group including the saving and retrieving images, what I need is to not allow the User choice of 12 images, I could only take the test after he makes the images so I avoid that catches funão which moves to the final destination.
    thank you
  •  06-21-2012, 7:54 AM 73957 in reply to 73949

    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 as RSS news feed in XML