Smf图片上传麻烦



朋友们,请帮帮我。
smf 2.0.4(最新)存在以下问题
用户不能上传图像,即使是最小的图像。其他文件扩展名也可以通过。
尝试了以下操作:
跟踪$_FILES -无错误,
以管理员身份上传,添加额外的附件文件夹,检查服务器空闲空间,论坛设置附件限制设置为最大值。也增加了所有可能的php.ini限制。Chdmod是755所有文件夹,也尝试777附件文件夹。请告诉我有什么问题吗?
我的phpinfo在这里http://tinyurl.com/bqxchl8

错误信息如下:
Your attachment couldn't be saved. This might happen because it took too long to upload or the file is bigger than the server will allow.

Please consult your server administrator for more information.

3个月后,但是…

检查您的SMF Admin, Attachments and Avatars类别Attachment Settings所在的位置,并确保您上传的图像文件的文件扩展名位于Allowed attachment extensions设置的逗号分隔列表中。

里面还有其他需要修改的设置,比如:

Max attachment folder spaceMax attachment size per postMax size per attachmentMax number of attachments per post

另外,确保Perform extensive security checks on uploaded image attachments设置为UNCHECKED。这可能导致拒绝图像附件,因为这在SMF中有些错误。

如果您将所有这些设置设置为0,那么它将是无限制的!因此,对这些没有任何限制。

如果上传图像文件仍然有问题,请回到Admin -> Attachments and Avatars -> Attachment Settings并取消选中:Re-encode potentially dangerous image attachments

祝你好运,希望这篇文章能有所帮助。

相关内容

  • 没有找到相关文章

最新更新