jackyshan

导航

 

2016年6月10日

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