Expand my Community achievements bar.

Adobe Reader error in firefox response

Avatar

Former Community Member
Hello



I am submitting my PDF data to oracle database through java servlet. On submitting, i am writing confirmation in response object. response.setContentType("text/html" utf-8)

Using IE, I do not have any problems printing response object after successful submission, however, if I have firefox browser open, I keep getting an adobe error message "A problem has occurred while submission. Cannot process content of type text/html utf-8". When I look into the database, the form is actually submitted, but this weird firefox is causing issues. Appreciate if any of you have a solution.
1 Reply

Avatar

Former Community Member
Hello



I am submitting my PDF data to oracle database through java servlet. On submitting, i am writing confirmation in response object. response.setContentType("text/html" utf-8)

Using IE, I do not have any problems printing response object after successful submission, however, if I have firefox browser open, I keep getting an adobe error message "A problem has occurred while submission. Cannot process content of type text/html utf-8". When I look into the database, the form is actually submitted, but this weird firefox is causing issues. Appreciate if any of you have a solution.