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
Hello Yudhizth,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I link to an uploaded file?
Multiple file uploads from an iPad/iPhone don't work
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I link to an uploaded file?
Multiple file uploads from an iPad/iPhone don't work
P.S: I'm just an automated service😉
This topic is locked and no more replies can be posted.