Andrews micro-channel part of the browser can not trigger onchange event

This is a legacy of Andrews micro letter.

The solution is simple:

The input tag 

<input type=“file" name="image" accept="image/gif, image/jpeg, image/png”>

Written

<input type="file" name="image" accept=“image/*”>

It can be solved.

Guess you like

Origin www.cnblogs.com/tdxl/p/10984642.html