摘要: form :http://blog.csdn.net/faye0412/article/details/7886153 int ftell(resource handle) //返回文件指针的当前位置 int fseek(resource hanlde,int offset[,int whence] 阅读全文
posted @ 2016-03-22 16:29 IT树 阅读(573) 评论(0) 推荐(0) 编辑
摘要: $_FILES['file']['error']值 UPLOAD_ERR_OK: 0 //正常,上传成功 UPLOAD_ERR_INI_SIZE: 1 //上传文件大小超过服务器允许上传的最大值,php.ini中设置upload_max_filesize选项限制的值 UPLOAD_ERR_PARTIAL: 3 //文件只有部分被上传 UPLOAD_ERR_NO_FILE... 阅读全文
posted @ 2016-03-22 14:43 IT树 阅读(277) 评论(0) 推荐(0) 编辑