用input type=“file”放在form里能实现上传视频吗?
phpcn_u224
phpcn_u224 2016-12-26 11:24:55
0
2
1284
phpcn_u224
phpcn_u224

reply all(2)
数据分析师

Can I upload a video by putting input type="file" in a form? - PHP Chinese website Q&A - Can I upload a video by putting input type="file" in a form? - PHP Chinese website Q&A

Take a look around Oh, study it.

阿神

file翻译成中文是什么,文件

那视频是文件吗?当然是,所以,用这个可以上传任何东西

按照套路,接下来就是

但是

由于html请求通常是短连接,当我们上传体积较大的文件时,很容易由于各种各样的问题,连接断开了

所以,这时候就要借助第三方组件来实现上传

至于第三方组件怎么用,一般都会很简单,引用一下,填上几个参数,就ok了

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template