I would like to prevent files over a certain size from being uploaded. I don't want to check after the fact; I'd like to abort request processing as soon as the content-length is known to be too large.
Is it ok to close the content-stream and error out of initialize-instance on the request? Is there a better way?
Zach