摘要:
DocumentRoot "/Library/WebServer/Documents" Possible values for the Options directive are "None", "All", or any combination of: Indexes Includes Follo 阅读全文
摘要:
上传视频的时候打印$_FILES为空,小的文件就没问题,后来发现是因为传的文件太大, 出现这个问题的原因主要有两个:表单原因或者php设置原因: 1,表单类型: 上传文件的表单编码类型必须设置成 enctype="multipart/form data",因为要传大数据,一般提交方式用POST. 2 阅读全文