I have a table that contain link of file upload. I already know how to create multiple upload. But, the problem is, I can't solve how to save multiple link of file upload.
The form contain
nama_file1
nama_file2
And the table only contain
id_nama
nama_file
How to save link of nama_file1 and nama_file2 in the same time. So the record of table will be 2 record, like this
id_nama | nama_file
1 | first.jpg
2 | second.jpg
Thanks
The form contain
nama_file1
nama_file2
And the table only contain
id_nama
nama_file
How to save link of nama_file1 and nama_file2 in the same time. So the record of table will be 2 record, like this
id_nama | nama_file
1 | first.jpg
2 | second.jpg
Thanks