demand: click to call the mobile photo album, select the picture and upload it.
I use the input tag of H5 to implement the problem of calling mobile photo albums. No matter how I try, I can"t call the phone"s photo album
online code. Let me show you
<input type="file" accept="video/*";capture="camcorder">
<input type="file" accept="audio/*";capture="microphone">
<input type="file" accept="image/*";capture="camera">
<input type="file" accept="image/*" />
<input type="file" multiple accept="image/*" />
I have tried all the online solutions for these things. For those who have not called the photo album, please attach the code to guide the solution.