【发布时间】:2018-04-16 20:44:15
【问题描述】:
我只想知道前端octobercms如何上传多个文件 没有教程,
我正在使用
<input name="posting-image" type="file" multiple="multiple" />
然后只得到最后上传的图片
$posting->posting->image=Input::file('posting-image');
$posting->save();
如何检索所有图像?
【问题讨论】:
标签: octobercms