文件上传html

html文件上传有两种方法,一种是单文件上传,还有是多文件上传

单文件:<input type="file" name="" >

多文件: <input type="file" multiple>

 

如果文件上传放在表单里,也就是form里  那么method一定是post,  还有 enctype=“multipart/form-data”

posted @ 2022-01-06 10:44  帅超007  阅读(2706)  评论(0编辑  收藏  举报