gpt4 book ai didi

jquery - 使用 <input type =“file” > 时的图像格式下拉列表?

转载 作者:行者123 更新时间:2023-11-28 02:49:18 25 4
gpt4 key购买 nike

当用户单击 HTML 元素中的浏览按钮时,我想限制可以从 native 操作系统文件选择器中选择的文件类型。我有一种感觉这是不可能的,但我想知道是否有解决方案。我只想保留 HTML 和 JavaScript;请不要使用 Flash。

目前,我有
<form:input path="image" type="file" accept="image/*" style="display: none;"/>

它显示如下,

enter image description here

但我需要像我们在 mspaint 中那样显示。

enter image description here

最佳答案

你只能这样做

<form:input path="image" type="file" accept="image/gif, image/jpeg, image/png" style="display: none;"/>

但这不会为您提供所需的列表。

请注意,这仅向浏览器提供提示,告知要向用户显示的文件类型,但这很容易绕过,因此您也应始终在服务器上验证上传的文件。

关于jquery - 使用 &lt;input type =“file” > 时的图像格式下拉列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40049700/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com