It seems that if the user attempts to upload a file that exceeds the configured size limit, Trinidad simply logs an exception on the server and happily goes along and presents the original page again.
How can I handle that more gracefully? It sure should be possible somehow to handle that exception in my own code and add a nice, friendly faces message to inform the user?!

