HTML: input file

<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.

 各种ACCEPT文件,如下:

https://stackoverflow.com/questions/11832930/html-input-file-accept-attribute-file-type-csv

 

posted @ 2023-09-01 11:53  katesharing  阅读(5)  评论(0编辑  收藏  举报