用input type=“file”放在form里能实现上传视频吗?
Can I upload videos by putting input type="file" in the form? -PHP Chinese website Q&A-Can I upload a video by putting input type="file" in the form? -PHP Chinese website Q&A
Please watch and learn.
file翻译成中文是什么,文件
那视频是文件吗?当然是,所以,用这个可以上传任何东西
按照套路,接下来就是
but !
由于html请求通常是短连接,当我们上传体积较大的文件时,很容易由于各种各样的问题,连接断开了
所以,这时候就要借助第三方组件来实现上传
至于第三方组件怎么用,一般都会很简单,引用一下,填上几个参数,就ok了
Can I upload videos by putting input type="file" in the form? -PHP Chinese website Q&A-Can I upload a video by putting input type="file" in the form? -PHP Chinese website Q&A
Please watch and learn.
file翻译成中文是什么,文件
那视频是文件吗?当然是,所以,用这个可以上传任何东西
按照套路,接下来就是
but !
由于html请求通常是短连接,当我们上传体积较大的文件时,很容易由于各种各样的问题,连接断开了
所以,这时候就要借助第三方组件来实现上传
至于第三方组件怎么用,一般都会很简单,引用一下,填上几个参数,就ok了