2006年06月13日 星期二 10:20
最近在用django做网站,表单提交大文本(textarea里内容相对多一些)的时候,写入数据库正常,print对应的内容也能在控制台看到。可是在数据库操作完了之后进行HttpRequestRedirect,或者 render_to_response的时候,IE,MyIE(ie内核)的浏览器就出现无法访问的页面(就平时没有联网访问站点后出的页面),但我用Firefox却正常。另外需要说明的是如果文本内容少一些的话都正常的。 不知道有没有人遇到过这种情况,是不是IE的bug呢? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060613/b346b03c/attachment-0001.html
2006年06月13日 星期二 17:25
看看http头信息中有没有定义Content-Type.如果没有定义Content-Type,IE就会这样,而firefox按 text/html处理 ________________________________________ 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 HoLin 发送时间: 2006年6月13日 10:20 收件人: python-chinese at lists.python.cn 主题: [python-chinese] [Django]大文本post的时候出现问题 最近在用django做网站,表单提交大文本(textarea里内容相对多一些)的时候,写入数据库正常,print对应的内容也能在控制台看到。可是在数据库操作完了之后进行HttpRequestRedirect,或者 render_to_response的时候,IE,MyIE(ie内核)的浏览器就出现无法访问的页面(就平时没有联网访问站点后出的页面),但我用Firefox却正常。另外需要说明的是如果文本内容少一些的话都正常的。 不知道有没有人遇到过这种情况,是不是IE的bug呢?
2006年06月13日 星期二 17:32
好,等会儿试试看。thx。 On 6/13/06, haoyu <haoyu at csdn.net> wrote: > > 看看http头信息中有没有定义Content-Type.如果没有定义Content-Type,IE就会这样,而firefox按 > text/html处理 > > ________________________________________ > 发件人: python-chinese-bounces at lists.python.cn [mailto: > python-chinese-bounces at lists.python.cn] 代表 HoLin > 发送时间: 2006年6月13日 10:20 > 收件人: python-chinese at lists.python.cn > 主题: [python-chinese] [Django]大文本post的时候出现问题 > > 最近在用django做网站,表单提交大文本(textarea里内容相对多一些)的时候,写入数据库正常,print对应的内容也能在控制台看到。可是在数据库操作完了之后进行HttpRequestRedirect,或者 > render_to_response的时候,IE,MyIE(ie内核)的浏览器就出现无法访问的页面(就平时没有联网访问站点后出的页面),但我用Firefox却正常。另外需要说明的是如果文本内容少一些的话都正常的。 > > 不知道有没有人遇到过这种情况,是不是IE的bug呢? > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060613/f484a829/attachment.html
Zeuux © 2025
京ICP备05028076号