CodeIgniter 上传的问题
请问CodeIgniter 上传是不是不可以多个上传;并且在写页面代码的时候:
<?php echo form_open_multipart('xxxx/xxxx/');?>
<input type="file" name="userfile"/>
处理部分和CodeIgniter 指南上是一样的。
但为什么那个上次文件的name只能是userfile? 我换成其他字母就不可以用了?
CodeIgniter 可以多个文件上传吗?
请高手指点 … file tag 里的 name 要和 do_upload() 方法的 name 相同,肯定是没仔细看手册,请仔细看手册。 回复 2# Hex
那支持多文件上传吗? 不支持,需扩展,论坛搜索
页:
[1]