Hi, I have HTML form with textarea where user enter description. whenever the too large description server throws HTTP Error 414 - Request URI too long. This means the data I am trying to pass to my PHP action page is large. Any idea? how to fix it? Advance thanks