...
Code Block |
---|
//Remove more than 3 attachments for (var i=UploadControl.filesCount-1; i>=3; i--) { UploadControl.files[i] = null; } |
See Upload Control Rule Examples for additional direction on using these new properties.
DocuShare Flex Integration
...