需要帮助诊断我网站上失败的图像上传

发布于 2024-10-31 14:43:21 字数 177 浏览 0 评论 0原文

当用户尝试在我的网站 pushroad.com 上上传照片时,我收到大量无效的数据库条目无法重现问题来诊断它。如果可以,请尝试上传照片,如果失败,请发布详细信息,包括图像大小、图像格式等以及您认为有帮助的任何其他信息。

谢谢!

I'm getting a lot of null'd database entries when users try to upload a photo on my site pushroad.com and I haven't been able to reproduce the problem to diagnose it. If you can, try uploading a photo, and if it fails, post the details including image size, image format, etc and any other info you think will help.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

岁吢 2024-11-07 14:43:22

如果这对您的应用程序有影响,我会检查 MIME 类型。我记得有一次(IIRC)IE7 为某些图像(image/pjpeg?)发送了一个略有不同的 MIME 类型,这导致我构建的图像上传器出错。

事实上,请参阅这个问题:

stackoverflow.com/questions/115705/why-does-ie7-specify-a-mime-type-of-image-pjpeg-rather-than-just-image-jpeg

I would check the MIME type if this makes a difference to your app. I remember once (IIRC) IE7 sending a subtly different MIME type for some images (image/pjpeg?) that tripped up an image uploader I'd built.

In fact, see this question:

stackoverflow.com/questions/115705/why-does-ie7-specify-a-mime-type-of-image-pjpeg-rather-than-just-image-jpeg

南城追梦 2024-11-07 14:43:22

你的目录是可写的吗?

通常,上传失败的首要原因是权限问题。检查一下并确保您设置了合适的设置。

巴里

your directory is writable yes?

Usually, the number one cause of failed uploads is permissions issues. Check that out and make sure that you have the appropriate ones set.

Barry

清风不识月 2024-11-07 14:43:22

我尝试将照片上传到您的网站,结果网址为 http://pushroad.com/tags/ r/73042

所以你的网站没有问题

I have try to upload a photo to your website, the result url is http://pushroad.com/tags/r/73042

so there is no problem with your website

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文