FileUploader接受=“图像/*”验证问题
我向文件上传器添加了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该尝试在 php 中为 imageuploader 指定类型,如果仍然有问题,请单独添加每个图像类型,例如
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.