我正在寻找一种阻止用户将视频上传到我的网站的方法。我只想要图像和GIF。
是否可以使用一种javascript方法来提示用户不允许使用视频格式?
input {
beats {
port => 5044
}
}
filter {
mutate {
split => { "source" => '\\' }
}
}
output {
elasticsearch {
hosts => ["localhost:9200"]
sniffing => true
manage_template => false
index => mt4log
}
}
答案 0 :(得分:0)
尝试
<input type="file" name="myImage" accept="image/x-png,image/gif,image/jpeg" />