标签: c# sql asp.net
我正在尝试上传视频,但我收到了错误。
我在网络配置文件
<system.web> <compilation debug="true" targetFramework="4.5.2"/> <httpRuntime maxRequestLength="1048576" /> </system.web>
但浏览器显示错误。
视频是否有特定长度或此长度支持视频上传?