<input>
elements with type="file"
let the user choose one or more files from their device storage. Once chosen, the files can be uploaded to a server using form submission, or manipulated using JavaScript code and the File API.
标签:files,uploaded,HTML,file,using,input From: https://www.cnblogs.com/keeplearningandsharing/p/17671492.html