附加图像文件类型检查以包含PDF?

时间:2014-05-11 02:30:53

标签: javascript

我在Javascript Image Uploader中使用了这种简单的图片文件类型检查:

/* Is the file an image? */
if (!file || !file.type.match(/image.*/)) return;

它工作正常,但也想包含PDF文件。是否可以附加此声明以包含PDF文件类型?

1 个答案:

答案 0 :(得分:0)

尝试:

if (!file || !file.type.match(/image\/.*|application\/pdf/)) return;

使用此参考:http://en.wikipedia.org/wiki/Internet_media_type#Type_application

这里有一个RegExp测试:http://refiddle.com/x46