. Advertisement .
..3..
. Advertisement .
..4..
How to accept input image and video? Can you give me some suggestions?
For example, to only accept jpg, png, and gif images, you can use the following code:<input type="file" name="myImage" accept="image/x-jpg,image/png,image/gif" />
I’ve tried some solutions but the simple method should be:
Usage with simple solution.If you have other methods to address this issue, we can exchange here