多文件上傳表單瀏覽的時候,, 返回只能選擇1個文件,, 是哪里設(shè)置出問題了?
$thumb_images = array (
'name' => '圖片文件',
'fieldname' => 'thumb_images',
'ismain' => '1',
'fieldtype' => 'Files',
'setting' =>
array (
'option' =>
array (
'input' => '1',
'size' => '10',
'count' => '20',
'ext' => 'jpg,gif,png,jpeg',
'attachment' => '0',
'image_reduce' => '',
'css' => '',
),
'validate' =>
array (
'required' => '0',
'pattern' => '',
'errortips' => '',
'check' => '',
'filter' => '',
'formattr' => '',
'tips' => '',
),
)
);
dr_fieldform($thumb_images);
我看你的代碼好像也沒錯??!我測試看看
是這樣的,他選擇器,只能一個一個選,單個返回!
你點的是瀏覽按鈕吧?
點上傳按鈕的話,可以一次選擇多個圖片!
點瀏覽按鈕的話,只能勾選一個,確實是有問題!
迅??蚣軇?chuàng)始人 請修正
已提交BUG(@反饋BUG),等老大修復(fù)