Skip to content

Instantly share code, notes, and snippets.

@premchandpl
Created November 21, 2014 01:49
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 premchandpl/e1fcea6e55ef790324a6 to your computer and use it in GitHub Desktop.
Save premchandpl/e1fcea6e55ef790324a6 to your computer and use it in GitHub Desktop.
$("#attachFilesContainer input:file").each(function () {
if ($(this)[0].files[0]) {
fileArray.push({ "Attachment": $(this)[0].files[0] });
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment