Skip to content

Instantly share code, notes, and snippets.

@rnicholus
Created September 11, 2014 17:10
Show Gist options
  • Save rnicholus/767833dd81223112c1b2 to your computer and use it in GitHub Desktop.
Save rnicholus/767833dd81223112c1b2 to your computer and use it in GitHub Desktop.
App.fineUploader = new qq.FineUploaderBasic({
callbacks: {
onValidate: function() {
if (itemLimitOverride > 0) {
return itemLimitOverride > this.getNetUploads();
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment