Cannot process content of type text/html
I am developing an application that process the PDF form and then echo's confirmation via HTML once the form data is successfully saved in DB. However, if I have firefox open I get following error on PDF form:
"An error occurred during submit process. Cannot process content of type text/html. "
When I click "ok" I am will not receive confirmation via HTML but the data is stored in DB. In contrast, if the Firefox is closed I get confirmation via default browser (including Firefox) .
Được chỉnh sửa bởi viral vào
Tất cả các câu trả lời (2)
Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.
Thanks!!!