codeigniter可能使用codeigniter,甚至根本不可能只有一個允許用戶選擇多個文件上傳的輸入字段。所以基本上你有Codeigniter-只有一個輸入字段上傳多個文件
<input name="files" type="file">
而不是
<input name="file1" type="file">
<input name="file2" type="file">
<input name="file3" type="file">
我現在知道如何實現後者卻認爲前者將是一個更清潔的模式。
你可以看看下面的答案:http://stackoverflow.com/questions/1175347/how-can-i-select-and-upload-multiple-files-with-html-and-php-using-http - 郵件。請注意,這是相當「新」的功能,因此舊版瀏覽器可能不支持多功能。 – Styxxy