我就是想知道前端octobercms怎么上传多个文件没有教程,
我在用
<input name="posting-image" type="file" multiple="multiple" />
Run Code Online (Sandbox Code Playgroud)
然后只得到最后上传的图像
$posting->posting->image=Input::file('posting-image');
$posting->save();
Run Code Online (Sandbox Code Playgroud)
如何检索所有图像?
octobercms ×1