Skip to content

Instantly share code, notes, and snippets.

@jnwelzel
Created February 27, 2014 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnwelzel/9254319 to your computer and use it in GitHub Desktop.
Save jnwelzel/9254319 to your computer and use it in GitHub Desktop.
wow
// 2MB
if (picture.length > 2 * 1024 * 1024) {
throw new FDNFileTooLargeException("2MB.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment