用户
 找回密码
 入住 CI 中国社区
搜索
查看: 2984|回复: 3
收起左侧

[HELP] CodeIgniter 上传的问题

[复制链接]
发表于 2009-11-2 15:03:53 | 显示全部楼层 |阅读模式
请问CodeIgniter 上传是不是不可以多个上传;
并且在写页面代码的时候:
<?php echo form_open_multipart('xxxx/xxxx/');?>
<input type="file" name="userfile"  />
处理部分和CodeIgniter 指南上是一样的。
但为什么那个上次文件的name只能是userfile? 我换成其他字母就不可以用了?
CodeIgniter 可以多个文件上传吗?
请高手指点 …
发表于 2009-11-2 15:16:14 | 显示全部楼层
file tag 里的 name 要和 do_upload() 方法的 name 相同,肯定是没仔细看手册,请仔细看手册。
 楼主| 发表于 2009-11-2 16:19:24 | 显示全部楼层
回复 2# Hex


    那支持多文件上传吗?
发表于 2009-11-2 16:55:15 | 显示全部楼层
不支持,需扩展,论坛搜索

本版积分规则