I have the following code that only saves the first image of the select, as I develop the cycle so that it saves all the selected images:
if(Input::file('img'))
{
$subir = $this->file->upload('categorias',Input::file('img'));...
asked by
21.06.2017 / 19:42