Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Numero maximo de uploads no mvc3
Re: Numero maximo de uploads no mvc3
06-21-2012, 7:54 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Numero maximo de uploads no mvc3
Reply
Quote
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