Tinybrowser 上传完成时出现 403 错误
我正在尝试让 Tinybrowser 版本 1.42 正常工作,但不断遇到问题。我实际上能够上传图像(访问“上传”选项卡,浏览文件,观看上传过程),但现在在上传达到 100% 后收到“状态:403”错误消息。
Tinybrowser 创建了正确的目录,并将它们设置为 775,即使上传进度条达到 100%,也没有上传任何内容。
我在故障排除中发现,我应该在“tinybrowser 目录”(我假设这是插件的主目录?)中创建一个 .htaccess 文件,其中包含以下内容 - 这会导致错误 500:
SecFilterEngine Off
SecFilterScanPOST Off
任何人都知道如何制作这个工作?我以前的版本从来没有遇到过这么大的麻烦
I am trying to get Tinybrowser version 1.42 working and keep running into problems. I was able to get as far as actually being able to upload images (access the Upload tab, browse for the file, watch as it uploaded) but now I am receiving a Status: 403 error message after the upload reaches 100%.
Tinybrowser created the proper directories and they are set to 775, even though the progress bar goes to 100% on upload, nothing is being uploaded.
I found in troubleshooting that I should create an .htaccess file in the "tinybrowser directory" (I assume this is the main directory for the plugin?) with the following contents - this results in an Error 500:
SecFilterEngine Off
SecFilterScanPOST Off
Anyone have any idea how to make this work? I never had this much trouble with past versions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,403 代表禁止。
我面临同样的问题。经过大量研究后,我发现某些服务器安全设置为ON
它会阻止 upload.php 上传任何图像/文件。因此,关闭安全功能即可。
希望这会
Yes 403 stands for Forbidden.
I face the same problem. After a lot of research i found that some server security is set ON
which blocks the upload.php to upload any image/file. So turn OFF the security stuff and it works.
Hope this will