Hi people, I'm developing a web application using Servlets, Java and Apache Tomcat server. Part of my application involves allowing the user to upload files to the server, and it is there that I am encountering a problem: when I try to upload a protected file such as /etc/sudoers, my form submission just fails, and nothing happens on the page, instead of the appearance of the error messages which are there in the exception handlers in my servlet. Thus, I need a way to handle errors of this type gracefully, can anyone suggest a possible reason for the above behaviour, and a fix for it?
Mihir. -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
