thinkphp多文件上传代码

如题所述

如果需要使用多个文件,只需要修改表单,把<input type='file' name='photo'>改为:
<li><input type='file' name='photo1'></li>
<li><input type='file' name='photo2'></li>
<li><input type='file' name='photo3'></li>
或者
<li><input type='file' name='photo[]'></li>
<li><input type='file' name='photo[]'></li>
<li><input type='file' name='photo[]'></li>
温馨提示:答案为网友推荐,仅供参考
第1个回答  2012-10-19
多文件上传的要点有一个就是文件不能重名,或者,做好上传路径。。。

你看看你自己的文件命名,别用时间戳
第2个回答  2012-10-11
请参考ThinkPHP3.0完全开发手册 19.7 文件上传。

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网