Is there a way to limit the maximum size of data submitted in a POST in Quixote? Maybe the right answer is to just use Apache's LimitRequestBody configuration? It seems that doing an os.stat on the temporary file might be a little late in the process to do the check if someone decides to send you a lot of garbage data. Thanks... -Charles.