conner 发表于 2003-4-27 17:01:19

长帖子问题解决。

编辑 posting_body.tpl 的这一行:

<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)">


<form enctype="multipart/form-data" action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)">

就可以了。

黑企鹅 发表于 2003-4-27 18:42:38

开始的时候sesion也有问题...现在已经修正
页: [1]
查看完整版本: 长帖子问题解决。