[tbnl-devel] large file uploads

Zach Beane xach at xach.com
Wed May 3 14:29:05 UTC 2006


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



More information about the Tbnl-devel mailing list