Is there a way using the FileUploadField to post multiple files at once? I'd like to just loope through the HttpPostedFileBase object and retrieve each one, rather than force the user to upload each attachment 1-by-1.

Cheers.