FileUploader接受=“图像/*”验证问题

发布于 2024-10-31 17:14:33 字数 229 浏览 2 评论 0原文

我向文件上传器添加了 accept="image/*" 属性

我在上传器中选择任何图像文件。并尝试向服务器发送数据。但 imageUploader 设置错误并添加 class="input-validation-error"

为什么会发生这种情况?

I added accept="image/*" attribute to file uploader <input type="file" name="imageUploader">.

I select any image file in uploader. And try to send data to server. But imageUploader set error and add class="input-validation-error".

Why it happens?

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

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

发布评论

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

评论(1

瞎闹 2024-11-07 17:14:33

您应该尝试在 php 中为 imageuploader 指定类型,如果仍然有问题,请单独添加每个图像类型,例如

== "image/jpeg" or "image/png" or "image/gif"

you should try specifying the type in the php for the imageuploader and if you still have problems, add each image type seperately e.g.

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