Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经知道如何创建上传文件弹出窗口,并限制我只上传图像,我只是想知道是否可以删除显示“图像”和“所有文件”的下拉框。有没有我应该做的代码来删除下拉列表中的“所有文件”?
也许这就是你的答案
只是不要抓住你的问题,但也许这就是你的答案
<input type="file" name="pic" id="pic" accept="image/gif, image/jpeg" />
一些浏览器不支持此命令 还有一些浏览器支持但不在下拉列表中仅显示可接受的格式
并且永远不要相信您的用户,只需验证通过 PHP 等服务器端语言发送的用户