我有以下内容:
<input id="user_profile_pic" name="user[profile_pic]" type="file">
在服务器上,我检查以确保它是一个图像,但我想首先检查客户端.
如果选择的文件输入文件不是gif,jpg,png或bmp,我如何使用jQuery提醒用户?
谢谢
jquery jquery-plugins
jquery ×1
jquery-plugins ×1