What's the recommended way to validate file upload's size and type (either filename or MIME) before downloading it into the temp directory? I don't want the user to be able to upload a 200 MB file in its entirety before having the controller reject it for being too big. Thanks. -amurka