Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/252.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 在codeigniter中多次上传_Php_Jquery_Codeigniter_Uploadify - Fatal编程技术网

Php 在codeigniter中多次上传

Php 在codeigniter中多次上传,php,jquery,codeigniter,uploadify,Php,Jquery,Codeigniter,Uploadify,我正在尝试上传一个输入列表的文件,比如如何将uploadify jQuery添加到此控件并上传图像codeigniter。我正在尝试使用下面的代码 但这对我不起作用。任何帮助都会很好。你的HTML应该是 <!-- Use file type instead of text --> <input type="file" name="test1[]" class="file_upload"/> <input type="file" name="test1[]" clas

我正在尝试上传一个输入列表的文件,比如如何将uploadify jQuery添加到此控件并上传图像codeigniter。我正在尝试使用下面的代码


但这对我不起作用。任何帮助都会很好。

你的HTML应该是

<!-- Use file type instead of text -->
<input type="file" name="test1[]" class="file_upload"/>
<input type="file" name="test1[]" class="file_upload"/>
<input type="file" name="test1[]" class="file_upload"/>


并在提交表单时使用您的代码

抱歉,仅在ajax中上载图像。
<!-- Use file type instead of text -->
<input type="file" name="test1[]" class="file_upload"/>
<input type="file" name="test1[]" class="file_upload"/>
<input type="file" name="test1[]" class="file_upload"/>