Posts by Thiago Lino • 1 point
1 post
-
0
votes1
answer99
viewsA: Upload images in the form
Simple as death, you will need two fields of the kind $_FILE, ex: <input type="file" name="file1" /> <input type="file" name="file2" /> In your controller, you will treat each, ex:…