Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...